diff options
author | jwijenbergh <[email protected]> | 2021-10-13 17:18:28 +0200 |
---|---|---|
committer | jwijenbergh <[email protected]> | 2021-10-13 17:18:28 +0200 |
commit | 1befe7fb3e911be08f6aac632b44f1badcf277e4 (patch) | |
tree | b38c32bab5efc47b23fa9427d88860cb3ada31bf /components | |
parent | ce08e92ef245961c25d1b0febb5983fcc5c2809e (diff) |
Fix spelling of non-existant in filter settings
Diffstat (limited to 'components')
-rw-r--r-- | components/Tweaks/FilterPanel.tsx | 2 |
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' }) |