From d8219dc4288042e2e456f8e48d5ec6e756f4dade Mon Sep 17 00:00:00 2001 From: martin-mfg <2026226+martin-mfg@users.noreply.github.com> Date: Fri, 7 Nov 2025 20:06:03 +0100 Subject: [PATCH] prettier --- frontend/frontend/src/pages/Home/stages/Display.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/frontend/src/pages/Home/stages/Display.js b/frontend/frontend/src/pages/Home/stages/Display.js index 117367e0..abaa0b1b 100644 --- a/frontend/frontend/src/pages/Home/stages/Display.js +++ b/frontend/frontend/src/pages/Home/stages/Display.js @@ -28,9 +28,7 @@ const DisplayStage = ({ userId, themeSuffix }) => { }; const copyUrl = () => { - navigator.clipboard.writeText( - `https://${HOST}/api${themeSuffix}`, - ); + navigator.clipboard.writeText(`https://${HOST}/api${themeSuffix}`); toast.info('Copied to Clipboard!', { position: 'bottom-right', autoClose: 1000,