Skip to content

Commit

Permalink
style: remove random characters that were added by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
soumitradev committed Jun 1, 2024
1 parent b714719 commit 39da389
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/Cms.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ function Cms() {
const { toast } = useToast();
const tokenRef = useRef<HTMLInputElement>(null);
const cookieRef = useRef<HTMLInputElement>(null);
``;
const sesskeyRef = useRef<HTMLInputElement>(null);
const tokenFetchRef = useRef<string | null>(null);
const cookieFetchRef = useRef<string | null>(null);
Expand Down

0 comments on commit 39da389

Please sign in to comment.