Skip to content

Commit

Permalink
Only show dashboard link once checks are complete.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaemnnosttv committed May 5, 2022
1 parent 7be61fc commit a714deb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/js/components/setup/SetupUsingProxyWithSignIn.js
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,8 @@ export default function SetupUsingProxyWithSignIn() {
inProgressFeedback
}
{ dashboardSharingEnabled &&
canViewSharedDashboard && (
canViewSharedDashboard &&
complete && (
<Link
onClick={
goToSharedDashboard
Expand Down

0 comments on commit a714deb

Please sign in to comment.