aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/Refinery.tsx
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2023-03-31 17:01:08 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2023-03-31 17:07:04 +0200
commit8a7bc8885f3afea425b1f236a5ca8cef513b03cf (patch)
treeaf1bbad524a1459a2e0096c88232513fb5b055da /subprojects/frontend/src/Refinery.tsx
parentfeat: terms and improved query evaluation (diff)
downloadrefinery-8a7bc8885f3afea425b1f236a5ca8cef513b03cf.tar.gz
refinery-8a7bc8885f3afea425b1f236a5ca8cef513b03cf.tar.zst
refinery-8a7bc8885f3afea425b1f236a5ca8cef513b03cf.zip
chore(deps): bump dependencies
Diffstat (limited to 'subprojects/frontend/src/Refinery.tsx')
-rw-r--r--subprojects/frontend/src/Refinery.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/subprojects/frontend/src/Refinery.tsx b/subprojects/frontend/src/Refinery.tsx
index 93a82ee1..f0162349 100644
--- a/subprojects/frontend/src/Refinery.tsx
+++ b/subprojects/frontend/src/Refinery.tsx
@@ -8,7 +8,6 @@ import EditorPane from './editor/EditorPane';
8 8
9export default function Refinery(): JSX.Element { 9export default function Refinery(): JSX.Element {
10 return ( 10 return (
11 // @ts-expect-error -- notistack has problems with `exactOptionalPropertyTypes
12 <SnackbarProvider TransitionComponent={Grow}> 11 <SnackbarProvider TransitionComponent={Grow}>
13 <UpdateNotification /> 12 <UpdateNotification />
14 <Stack direction="column" height="100%" overflow="auto"> 13 <Stack direction="column" height="100%" overflow="auto">