mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-13 06:48:10 -08:00
Damn Americans!
This commit is contained in:
parent
e2b5597edf
commit
118b5be7bb
|
@ -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} />
|
||||
|
|
Loading…
Reference in a new issue