diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..fb91ab8 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,4 @@ +{ + "search.useGlobalIgnoreFiles": true, + "search.useParentIgnoreFiles": true +} diff --git a/src/views/List.jsx b/src/views/List.jsx index 196102b..112887e 100644 --- a/src/views/List.jsx +++ b/src/views/List.jsx @@ -113,7 +113,7 @@ export function List({ data, userId, path }) { {filterVal && }
-