Damn Americans!

This commit is contained in:
Sacha Weatherstone 2021-12-23 18:10:18 +11:00
parent e2b5597edf
commit 118b5be7bb

View file

@ -33,7 +33,7 @@ export const Networks = (): JSX.Element => {
icon={<FiHeart />}
iconColor="rgb(190 24 93)"
networks={data?.filter((network) =>
network.tags.find((tag) => tag.label === "Favourite")
network.tags.find((tag) => tag.label === "Favorite")
)}
/>
<NetworkSection title="All networks" networks={data} />