Skip to content

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
jringeisen committed Feb 12, 2024
2 parents abb3da4 + 10409d5 commit 519d69f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/js/Layouts/AuthenticatedLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,10 @@ const getIconComponent = (iconName) => {
};
const showUpgradeBanner = () => {
if (isServer) {
return false;
}
return !page.props.auth.isSubscribed
&& !route().current('subscription.checkout.options')
&& !route().current('subscription.checkout.success')
Expand Down

0 comments on commit 519d69f

Please sign in to comment.