Skip to content

Commit

Permalink
fix: fixing weird vertical shift in event dashboard (#3601)
Browse files Browse the repository at this point in the history
  • Loading branch information
maze-runnar authored and iamareebjamal committed Nov 17, 2019
1 parent 7c805e5 commit 64f650d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/events/view.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{#if (or (eq session.currentRouteName 'events.view.index') (eq session.currentRouteName 'events.view.export'))}}
{{#if (eq model.state 'draft')}}
{{#if (and (eq model.state 'draft') (unverified-user-message))}}
<div class="ui grid stackable">
<div class="row">
<div class="sixteen wide column">
Expand Down

0 comments on commit 64f650d

Please sign in to comment.