diff --git a/review/App.tsx b/review/App.tsx index 0f2116f..0eb476d 100644 --- a/review/App.tsx +++ b/review/App.tsx @@ -4,8 +4,9 @@ import { sendReview } from '../src/components/api' export default function App() { const token = window.location.hash.substring(window.location.hash.indexOf("access_token") + "access_token".length + 1).substring(0, 30) + console.log(token) let ref!: HTMLTextAreaElement; - return
+ return token !== "" ?