Skip to content

Commit 1808bfa

Browse files
kushthedudeiamareebjamal
authored andcommitted
Revert "fix: fixing weird vertical shift in event dashboard" (#3643)
This reverts commit 64f650d.
1 parent f3fbb16 commit 1808bfa

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 (and (eq model.state 'draft') (unverified-user-message))}}
2+
{{#if (eq model.state 'draft')}}
33
<div class="ui grid stackable">
44
<div class="row">
55
<div class="sixteen wide column">

0 commit comments

Comments
 (0)