Skip to content

Commit 64f650d

Browse files
maze-runnariamareebjamal
authored andcommitted
fix: fixing weird vertical shift in event dashboard (#3601)
1 parent 7c805e5 commit 64f650d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/events/view.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{#if (or (eq session.currentRouteName 'events.view.index') (eq session.currentRouteName 'events.view.export'))}}
2-
{{#if (eq model.state 'draft')}}
2+
{{#if (and (eq model.state 'draft') (unverified-user-message))}}
33
<div class="ui grid stackable">
44
<div class="row">
55
<div class="sixteen wide column">

0 commit comments

Comments
 (0)