Skip to content

Commit

Permalink
feat(profiles): Remove old install block when not connected
Browse files Browse the repository at this point in the history
  • Loading branch information
lutangar committed May 31, 2021
1 parent eddcd25 commit 99f992b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/profiles/App/Pages/Profiles/Profile/Profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ export const Profile = ({
</MainCol>

<Aside>
{connected === false && <AddToBrowserMessageBox />}
{connected === false && (
<ExplainingVideoMessageBox contributor={contributor} />
)}
Expand Down

0 comments on commit 99f992b

Please sign in to comment.