Cleanup old configs
This commit is contained in:
@@ -9,11 +9,9 @@ interface IAppProps {
|
||||
|
||||
const App: FC<IAppProps> = ({ commBus }) => {
|
||||
const [SBUsername, setSBUsername] = useState<string>();
|
||||
//FIXME: TS Type
|
||||
const [WASMData, setWASMData] = useState<WASMDataPax>();
|
||||
const [isReady, setIsReady] = useState(false);
|
||||
|
||||
// Main Loop for Live Payload
|
||||
// CommBus
|
||||
const usernameCallback = useCallback((username: string) => {
|
||||
setSBUsername(username);
|
||||
|
||||
Reference in New Issue
Block a user