Skip to content

Commit

Permalink
Merge pull request #1022 from dis-moi/chore/remove-old-install-block
Browse files Browse the repository at this point in the history
feat(profiles): Remove old install block when not connected
  • Loading branch information
gregoirelacoste authored May 31, 2021
2 parents 98fc833 + 99f992b commit 53976be
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 53976be

Please sign in to comment.