Skip to content

Commit

Permalink
chore: self review cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
thekidnamedkd committed Oct 25, 2024
1 parent eb40d6c commit 024c367
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/components/daoCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ export const DaoCard = (props: IDaoCardProps) => {
<IconLabel>{CHAIN_METADATA[network].name}</IconLabel>
</IconWrapper>
{overrideUrl != null && (
<IconWrapper>
<AvatarIcon variant="primary" icon={IconType.LINK_EXTERNAL} />
</IconWrapper>
<AvatarIcon variant="primary" icon={IconType.LINK_EXTERNAL} />
)}
</DaoMetadataWrapper>
</Container>
Expand Down
2 changes: 1 addition & 1 deletion src/containers/daoExplorer/daoExplorer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export const DaoExplorer = () => {

const noFeaturedDaosFound =
isLoadingFeaturedDaos === false &&
!featuredDaoList &&
featuredDaoList != null &&
filters.quickFilter === 'featuredDaos';

const handleClearFilters = () => {
Expand Down

0 comments on commit 024c367

Please sign in to comment.