Skip to content

Commit

Permalink
remove commented out stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPesce committed Jul 10, 2024
1 parent 0bc08b6 commit 9f576d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion electron/ui/src/components/DataTable/DataTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ const renderOutputTable = () => {
key={"" + index + i}
style={i === 0 ? styles.firstCol : styles.other}>
{(i === (value.length - 1)) ?
// cellValue.toLocaleString('en-US', {maximumFractionDigits:0}) :
roundKPI(cellValue) :
cellValue ? CategoryNames[cellValue] ? CategoryNames[cellValue] :
cellValue.replace('v_F_','')
Expand Down

0 comments on commit 9f576d8

Please sign in to comment.