Skip to content

Commit

Permalink
chore: trying to get around this weird lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ilee2u committed Dec 16, 2024
1 parent cf2dbe5 commit 48a19d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Sidebar/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ const Sidebar = ({
Your trial ends today! <a target="_blank" href={upgradeUrl} rel="noreferrer">Upgrade</a> for full access to Xpert.
</div>
);
}
// TODO: Show the upgrade screen instead of this banner, to be done in future ticket
} // TODO: Show the upgrade screen instead of this banner, to be done in future ticket
return (
<div>
Your trial has expired. <a target="_blank" href={upgradeUrl} rel="noreferrer">Upgrade</a> for full access to Xpert.
Expand Down

0 comments on commit 48a19d4

Please sign in to comment.