Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
gromdimon committed Oct 16, 2023
1 parent 16e9970 commit b00df39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/lib/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { DottyClient } from '@/api/dotty'
* @param label The optional label to add.
*/
export const roundIt = (value: number, digits: number = 2, label?: string): string => {
console.log(value)
if (!value) {
return `<abbr title='${value}'>0</abbr>`
}
Expand Down

0 comments on commit b00df39

Please sign in to comment.