We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fafb57 commit 5926053Copy full SHA for 5926053
src/AgreementHtml.tsx
@@ -9,7 +9,6 @@ function AgreementHtml({ loading, isModal }: { loading: any; isModal?: boolean }
9
const backgroundColor = useAppStore((state) => state.backgroundColor);
10
const textColor = useAppStore((state) => state.textColor);
11
12
-
13
return (
14
<div
15
className="column preview-component"
0 commit comments