Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
hansl committed Feb 5, 2025
1 parent ed7f4a2 commit d7cb26b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/factory/components/DenomDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import { formatTokenDisplay } from '@/utils';
import React from 'react';

export const DenomDisplay = ({
denom,
metadata,
withBackground,
}: {
denom,
metadata,
withBackground,
}: {
metadata?: {
display?: string;
base?: string;
Expand Down

0 comments on commit d7cb26b

Please sign in to comment.