Skip to content

Commit

Permalink
Fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
hansl committed Feb 6, 2025
1 parent d7cb26b commit 9fddada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/factory/components/DenomDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const DenomDisplay = ({
metadata?: {
display?: string;
base?: string;
};
} | null;
denom?: string;
withBackground?: boolean;
}) => {
Expand Down

0 comments on commit 9fddada

Please sign in to comment.