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

Commit b0fd646

Browse files
committed
fix: removed unused code
1 parent 68173f2 commit b0fd646

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/screens/ProfileScreen.js

-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ function ProfileScreen(props) {
126126
colorSchema="blue"
127127
onClick={async () => {
128128
await authContext.handleLogout();
129-
// navigate('Start');
130129
}}
131130
>
132131
<Text>Logga ut</Text>

0 commit comments

Comments
 (0)