Skip to content

Commit

Permalink
remove util todo
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 committed Feb 29, 2024
1 parent 5a28d53 commit 132d539
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/nextjs/app/my-grants/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { useAccount } from "wagmi";
import { GrantData } from "~~/services/database/schema";
import { PROPOSAL_STATUS } from "~~/utils/grants";

// TODO: Move this to util
const badgeBgColor = {
[PROPOSAL_STATUS.PROPOSED]: "bg-warning",
[PROPOSAL_STATUS.APPROVED]: "bg-success",
Expand Down

0 comments on commit 132d539

Please sign in to comment.