titanscouting / red-alliance-mobile

Red Alliance App in React
2 stars 6 forks source link

🥳 Grid #201

Closed funblaster22 closed 1 year ago

funblaster22 commented 1 year ago

The grid now pulls & pushes from the db

image

image

funblaster22 commented 1 year ago

The bug it's complaining about is code you wrote @devksingh4. I probably shouldn't fix it because frankly I don't understand why you are mixing incompatible types.

let {value} = this.state === -1 ? placeholderText : this.state;

Remove this "===" check; it will always be false. Did you mean to use "=="?

sonarcloud[bot] commented 1 year ago

SonarCloud Quality Gate failed.    Quality Gate failed

Bug C 1 Bug
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 3 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication