Skip to content

Commit 3eb4a5f

Browse files
hot fix (#1085)
1 parent 5aac595 commit 3eb4a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-app/src/app/screens/Feeds/SearchTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ export default function SearchTable({
273273
) : (
274274
<Chip
275275
key={
276-
feed.locations != null
276+
feed.locations?.[0] != null
277277
? feed.locations[0].country_code
278278
: 'cc-key'
279279
}

0 commit comments

Comments
 (0)