Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvalbl committed Sep 1, 2021
1 parent e61258c commit b971373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/molecules/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const Header: FC = () => {
}, [store]);

let authElement;
let logo : string = anywayLogo;
const logo = anywayLogo;
if (FEATURE_FLAGS.login) {
//login or logout- depend on authentication state
if (store.isUserAuthenticated) {
Expand Down

0 comments on commit b971373

Please sign in to comment.