mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
fixed cell appearance
This commit is contained in:
parent
52865a302f
commit
51fcaa3ae0
3 changed files with 131 additions and 56 deletions
|
@ -117,7 +117,7 @@ function* refreshUser() {
|
|||
function* checkUserSaga({ key }: RehydrateAction) {
|
||||
if (key !== "auth") return;
|
||||
yield call(refreshUser);
|
||||
yield put(authOpenProfile("gvorcek", "settings"));
|
||||
// yield put(authOpenProfile("gvorcek", "settings"));
|
||||
}
|
||||
|
||||
function* gotPostMessageSaga({ token }: ReturnType<typeof gotAuthPostMessage>) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue