Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ClumsyVlad committed Mar 20, 2024
1 parent 3811ce6 commit f8dd6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/wldAmount.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { formatNumber } from "@/lib/numbers";
import { WorldcoinIcon } from "@/components/icons/worldcoinIcon";
import { formatNumber } from '@/lib/numbers';

export function WldAmount({ amount }: { amount: number }) {
return (
Expand Down

0 comments on commit f8dd6cf

Please sign in to comment.