Skip to content

Commit

Permalink
Merge pull request #25516 from GItGudRatio/fix/24391-full-page-not-found
Browse files Browse the repository at this point in the history
fix: do not show link on just BlockingView
(cherry picked from commit 5a373bf)
  • Loading branch information
marcaaron authored and OSBotify committed Aug 22, 2023
1 parent 38a0211 commit 27bd42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BlockingViews/BlockingView.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const propTypes = {
const defaultProps = {
iconColor: themeColors.offline,
subtitle: '',
shouldShowLink: true,
shouldShowLink: false,
link: 'notFound.goBackHome',
iconWidth: variables.iconSizeSuperLarge,
iconHeight: variables.iconSizeSuperLarge,
Expand Down

0 comments on commit 27bd42f

Please sign in to comment.