Skip to content

Commit

Permalink
Merge pull request #25 from edly-io/fix/update_package_to_fix_changes…
Browse files Browse the repository at this point in the history
…_not_reflecting

fix: update package to fix changes not reflecting
  • Loading branch information
HammadYousaf01 authored Oct 29, 2024
2 parents 7ae9cd3 + 44d887c commit 7600760
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/MobileHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ class MobileHeader extends React.Component {

renderLoggedOutItems() {
const { loggedOutItems } = this.props;

return loggedOutItems.map(({ type, href, content }, i, arr) => (
<li className="nav-item px-3 my-2" key={`${type}-${content}`}>
<a
Expand Down

0 comments on commit 7600760

Please sign in to comment.