Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Jan 23, 2025
1 parent 6025f8a commit 5f9d987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mobile/src/components/ui/grouped/GroupedList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export const GroupedInformationCell: FC<{
}> = ({ title, description, icon, iconBackgroundColor }) => {
return (
<GroupedInsetListBaseCell className="flex-1 flex-col items-center justify-center rounded-[16px] p-6">
{icon && (
{!!icon && (
<View
className="mb-3 size-[64px] items-center justify-center rounded-xl p-1"
style={{ backgroundColor: iconBackgroundColor }}
Expand Down

0 comments on commit 5f9d987

Please sign in to comment.