Skip to content

Commit

Permalink
Revert "random commit"
Browse files Browse the repository at this point in the history
This reverts commit 2aa8ed4.
  • Loading branch information
mittalsuraj18 committed Feb 22, 2023
1 parent 2aa8ed4 commit ebe5fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/setup/setupFormatters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default function setupFormatters() {
decimal: '.',
thousands: ',',
grouping: [3, 2, 2, 2, 2, 2, 2, 2, 2, 2],
currency: ['₹', '']
currency: ['₹', ''],
},
formatString: '$,.2f',
}),
Expand Down

0 comments on commit ebe5fc4

Please sign in to comment.