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 = (
if (!isEditing && !isEmpty && !isPublic) {
// Getting notifications with static text-only cards doesn't make a lot of sense
if (canCreateSubscription) {
if (canCreateSubscription && !isFullscreen) {
buttons.push(
<Tooltip tooltip={t`Subscriptions`} key="dashboard-subscriptions">
<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