summaryrefslogtreecommitdiff
path: root/components/Tweaks
diff options
context:
space:
mode:
authorjwijenbergh <[email protected]>2021-10-13 17:18:28 +0200
committerjwijenbergh <[email protected]>2021-10-13 17:18:28 +0200
commit1befe7fb3e911be08f6aac632b44f1badcf277e4 (patch)
treeb38c32bab5efc47b23fa9427d88860cb3ada31bf /components/Tweaks
parentce08e92ef245961c25d1b0febb5983fcc5c2809e (diff)
Fix spelling of non-existant in filter settings
Diffstat (limited to 'components/Tweaks')
-rw-r--r--components/Tweaks/FilterPanel.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/Tweaks/FilterPanel.tsx b/components/Tweaks/FilterPanel.tsx
index 39233f9..827b8dd 100644
--- a/components/Tweaks/FilterPanel.tsx
+++ b/components/Tweaks/FilterPanel.tsx
@@ -132,7 +132,7 @@ const FilterPanel = (props: FilterPanelProps) => {
></Switch>
</Flex>
<Flex justifyContent="space-between">
- <Text>Non-existant nodes</Text>
+ <Text>Non-existent nodes</Text>
<Switch
onChange={() => {
setTagColors({ ...tagColors, bad: 'white' })