diff --git a/src/renderer/App.tsx b/src/renderer/App.tsx index c26faab..d1b8da1 100644 --- a/src/renderer/App.tsx +++ b/src/renderer/App.tsx @@ -35,7 +35,7 @@ declare global { function App() { const [screenShotResult, setscreenShotResult] = useState(null); - const [result, setResult] = useState(null); + const [result, setResult] = useState("null"); const [loading, setLoading] = useState(false); //retry button @@ -408,7 +408,7 @@ export function RetryButton(props: { onClick: () => void }) { - @@ -426,7 +426,7 @@ export function TrashButton(props: { onClick: () => void }) { -