Commit 970f99c2 authored by Juan Manuel Solaro's avatar Juan Manuel Solaro

(fix) scheduled filter should not appear if not owner

1 merge request!494WIP: epic/post-scheduler
Pipeline #81199682 running with stages
......@@ -8,6 +8,7 @@
<div>
<div class="m-mindsList__tools m-border">
<div
*ngIf="isOwner()"
class="m-mindsListTools__scheduled"
(click)="toggleScheduled()"
[class.selected]="viewScheduled"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment