Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit a904a90

Browse files
Hubert KosterHubert Koster
authored andcommitted
chore: rerun tests
1 parent 8e356ac commit a904a90

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/features/dashboard/register-app/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ import { RegisterAppDialogSuccess } from '../components/Dialogs/RegisterAppDialo
77
import { IRegisterAppForm } from '../types';
88
import useAuthContext from '@site/src/hooks/useAuthContext';
99

10-
//test
11-
1210
const AppRegistration = () => {
1311
const { send: registerApp, error, clear, data } = useWS('app_register');
1412
const { currentLoginAccount } = useAuthContext();

0 commit comments

Comments
 (0)