From 7bb1af02fa531d7108ca85d7dfb258c75110110e Mon Sep 17 00:00:00 2001 From: Lewis Jones Date: Wed, 30 Oct 2024 11:38:12 +0000 Subject: [PATCH] Once child element --- src/components/RehydrationProvider.js | 40 ++++++++++++++------------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/src/components/RehydrationProvider.js b/src/components/RehydrationProvider.js index 06693b68..2c421738 100644 --- a/src/components/RehydrationProvider.js +++ b/src/components/RehydrationProvider.js @@ -85,25 +85,27 @@ export default class RehydrationDelayedProvider extends Component { return ( - - - - - (window.location = ROUTE_WORKSPACE)} /> - - - - - - - - - - (window.location = 'https://discord.gg/wEzHJku')} /> - - - - + + + + + + (window.location = ROUTE_WORKSPACE)} /> + + + + + + + + + + (window.location = 'https://discord.gg/wEzHJku')} /> + + + + + )