Skip to content

Commit 72851b1

Browse files
committed
Lint fix
1 parent 2575f8c commit 72851b1

File tree

1 file changed

+1
-1
lines changed
  • src/shared/containers/TopcoderHeader

1 file changed

+1
-1
lines changed

src/shared/containers/TopcoderHeader/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const TopcoderHeader = ({ auth, location }) => {
6767
signOut={signOut}
6868
signUp={signUp}
6969
currentLocation={location.pathname}
70-
>
70+
/>
7171
</div>
7272
);
7373
};

0 commit comments

Comments
 (0)