Skip to content

Commit f13d14e

Browse files
committed
fix fmt
1 parent 5ec22ce commit f13d14e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/conduit-wasm/src/components/user_context_provider.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pub fn UserContextProvider(props: &Props) -> Html {
3535
}
3636

3737
if let Some(Error::Unauthorized | Error::Forbidden) = &current_user.error {
38-
set_token(None);
38+
set_token(None);
3939
}
4040
|| ()
4141
})

0 commit comments

Comments
 (0)