Skip to content

Commit

Permalink
fix(wallet-dashboard): format core
Browse files Browse the repository at this point in the history
  • Loading branch information
cpl121 committed Nov 12, 2024
1 parent 64d5693 commit df00b07
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions apps/core/src/components/icon/ImageIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@ interface FallBackAvatarProps {
size?: ImageIconSize;
}

function FallBackAvatar({
str,
rounded,
size = ImageIconSize.Large,
}: FallBackAvatarProps) {
function FallBackAvatar({ str, rounded, size = ImageIconSize.Large }: FallBackAvatarProps) {
function generateTextSize(size: ImageIconSize) {
switch (size) {
case ImageIconSize.Small:
Expand Down

0 comments on commit df00b07

Please sign in to comment.