summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-10-14 14:46:49 +0200
committerGitHub <[email protected]>2021-10-14 14:46:49 +0200
commit9e9e53a3d68e634362fe2338a9afa8f8be87f587 (patch)
treea49f8e3d6d66daf205590aa74d234be3aa394745 /components
parent4fd9bc344d4a94fc081a43d19067e70ef494e4ae (diff)
parent1befe7fb3e911be08f6aac632b44f1badcf277e4 (diff)
Merge pull request #110 from jwijenbergh/fix-spelling
Fix spelling of non-existant in filter settings
Diffstat (limited to 'components')
-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 ebe48a2..e375e31 100644
--- a/components/Tweaks/FilterPanel.tsx
+++ b/components/Tweaks/FilterPanel.tsx
@@ -143,7 +143,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' })