Skip to content

Commit

Permalink
remove animation from header
Browse files Browse the repository at this point in the history
  • Loading branch information
ra3orblade committed Jan 26, 2024
1 parent 68ce6c0 commit d9feffb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/ts/component/header/auth/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ class HeaderAuthIndex extends React.Component {
};

onSettings () {
popupStore.open('settingsOnboarding', {
});
popupStore.open('settingsOnboarding', {});
};

};
Expand Down
2 changes: 1 addition & 1 deletion src/ts/component/page/auth/select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const PageAuthSelect = observer(class PageAuthSelect extends React.Component<I.P
render () {
return (
<div>
<Header {...this.props} className="animation" component="authIndex" />
<Header {...this.props} component="authIndex" />
<Frame>
<div className="logo animation" />
<Label className="descr animation" text={translate('authSelectLabel')} />
Expand Down

0 comments on commit d9feffb

Please sign in to comment.