Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lawvs committed Feb 13, 2025
1 parent 5700b71 commit f28109c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mobile/src/modules/entry-list/entry-list-social.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ function EntryItem({ entryId }: { entryId: string }) {
{description}
</Text>

{media?.length && (
{media && media.length > 0 && (
<View className="ml-10 flex flex-row flex-wrap gap-2">
{media.map((image) => {
return (
Expand Down

0 comments on commit f28109c

Please sign in to comment.