Skip to content

Commit

Permalink
Merge branch 'develop' into ui-tweaks-1
Browse files Browse the repository at this point in the history
  • Loading branch information
DarksightKellar authored Dec 7, 2024
2 parents 25df2d0 + f1094c3 commit 988d258
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 206 deletions.
1 change: 0 additions & 1 deletion src/components/ui/cards/DAONodeInfoCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ export function DAONodeInfoCard(props: {
>
{/* Convert multisig badge casing here since it's already been cached to avoid another migration */}
{type === 'MULTISIG' ? `${type[0]}${type.slice(1).toLocaleLowerCase()}` : type}
{type}
</Text>
</Box>
))}
Expand Down
205 changes: 0 additions & 205 deletions src/components/ui/modals/WrapToken.tsx

This file was deleted.

0 comments on commit 988d258

Please sign in to comment.