Skip to content
Snippets Groups Projects
Unverified Commit d0e0fa57 authored by Nick Fitzpatrick's avatar Nick Fitzpatrick Committed by GitHub
Browse files

Remove subscription button on Fullscreen (#22041)

parent b4c316a5
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ export const getDashboardActions = ( ...@@ -50,7 +50,7 @@ export const getDashboardActions = (
if (!isEditing && !isEmpty && !isPublic) { if (!isEditing && !isEmpty && !isPublic) {
// Getting notifications with static text-only cards doesn't make a lot of sense // Getting notifications with static text-only cards doesn't make a lot of sense
if (canCreateSubscription) { if (canCreateSubscription && !isFullscreen) {
buttons.push( buttons.push(
<Tooltip tooltip={t`Subscriptions`} key="dashboard-subscriptions"> <Tooltip tooltip={t`Subscriptions`} key="dashboard-subscriptions">
<span> <span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment