Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DarksightKellar committed Apr 23, 2024
1 parent c0bbf67 commit f2c23db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ui/cards/DAONodeInfoCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { useFractal } from '../../../providers/App/AppProvider';
import { useNetworkConfig } from '../../../providers/NetworkConfig/NetworkConfigProvider';
import { FreezeGuard, FractalGuardContracts, FractalNode } from '../../../types';
import { SnapshotButton } from '../badges/Snapshot';
import FavoriteIcon from '../icons/FavoriteIcon';
import { FavoriteIcon } from '../icons/FavoriteIcon';
import AddressCopier from '../links/AddressCopier';
import { BarLoader } from '../loaders/BarLoader';

Expand Down Expand Up @@ -114,7 +114,7 @@ export function DAONodeInfoCard({
/>

{/* SNAPSHOT ICON LINK */}
{node.daoSnapshotURL && <SnapshotButton snapshotURL={node.daoSnapshotURL} />}
{node.daoSnapshotENS && <SnapshotButton snapshotENS={node.daoSnapshotENS} />}
</HStack>
</Flex>

Expand Down

0 comments on commit f2c23db

Please sign in to comment.