diff --git a/taker-frontend/src/App.tsx b/taker-frontend/src/App.tsx index aae240e..db1803c 100644 --- a/taker-frontend/src/App.tsx +++ b/taker-frontend/src/App.tsx @@ -100,9 +100,6 @@ export const App = () => { 500, ); - const format = (val: any) => `$` + val; - const parse = (val: any) => val.replace(/^\$/, ""); - return ( <>