From 8501d13827f422e89abe3ca99450dbf89be817d7 Mon Sep 17 00:00:00 2001 From: quantum9Innovation Date: Fri, 16 Feb 2024 21:45:07 +0000 Subject: [PATCH] style: format --- src/app/document/view/[slug]/VersionChooser.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/document/view/[slug]/VersionChooser.tsx b/src/app/document/view/[slug]/VersionChooser.tsx index 2353903..e688713 100644 --- a/src/app/document/view/[slug]/VersionChooser.tsx +++ b/src/app/document/view/[slug]/VersionChooser.tsx @@ -55,14 +55,15 @@ const VersionChooser = ({ const id = doc.citation ? doc.citation.slice(6) : generateHash(slug) navigator.clipboard.writeText(`eeXiv:${id}`) notifyCopied('Citation') - toast.info(( + toast.info(
-
- ), { + , + { autoClose: false, closeOnClick: true, - }) + } + ) } return (