Upgrade deps and build fixes
This commit is contained in:
parent
38d3e9349c
commit
c99972a95b
19 changed files with 757 additions and 284 deletions
|
|
@ -16,7 +16,7 @@ export const WelcomeDialog = () => {
|
|||
colors: { white, leafcutterElectricBlue },
|
||||
typography: { h1, h6, p },
|
||||
} = useAppContext();
|
||||
const activeTooltip = searchParams.get('tooltip')?.toString();
|
||||
const activeTooltip = searchParams?.get("tooltip")?.toString();
|
||||
const open = activeTooltip === "welcome";
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue