Skip to content

Commit

Permalink
Merge pull request #5181 from google/feat/4811-splash-screen-view-onl…
Browse files Browse the repository at this point in the history
…y-button-fix
  • Loading branch information
aaemnnosttv authored May 5, 2022
2 parents ce19818 + a714deb commit 61bf0a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/js/components/setup/SetupUsingProxyWithSignIn.js
Original file line number Diff line number Diff line change
Expand Up @@ -356,11 +356,13 @@ export default function SetupUsingProxyWithSignIn() {
inProgressFeedback
}
{ dashboardSharingEnabled &&
canViewSharedDashboard && (
canViewSharedDashboard &&
complete && (
<Link
onClick={
goToSharedDashboard
}
inherit
>
{ __(
'Go to dashboard',
Expand Down

0 comments on commit 61bf0a1

Please sign in to comment.