chore: move api key input to options view
This commit is contained in:
@@ -15,7 +15,7 @@ export default function WakaTime(): JSX.Element {
|
||||
}: ApiKeyReducer = useSelector((selector: ReduxSelector) => selector.config);
|
||||
|
||||
useEffect(() => {
|
||||
fetchUserData(apiKeyFromRedux, dispatch);
|
||||
void fetchUserData(apiKeyFromRedux, dispatch);
|
||||
}, []);
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user