File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ export default class SideBar extends Component {
2727 }
2828 }
2929
30-
3130 @computed ( 'session.currentRouteName' )
3231 get isEventPageRoute ( ) {
3332 const currentRouteName = String ( this . session . currentRouteName ) ;
Original file line number Diff line number Diff line change 11<div class =" ui left inverted vertical menu sidebar {{ if this.sidebarVisible ' visible' }} " >
2+ {{ #if (not this.isEventPageRoute )}}
23 <div class =" search-bar d-flex items-center space-between m-2 p-2" >
34 <Input @class =" prompt" @type =" text" @key-up ={{ action " handleKeyPress" }} @value ={{ this.event_name }} placeholder ={{ t " Search" }} />
45 <i class =" search icon" ></i >
56 </div >
7+ {{ /if }}
68 {{ #if this.session.isAuthenticated }}
79 <UiAccordion >
810 <div class =" item ui {{ if this.isEventPageRoute ' title' }} " >
You can’t perform that action at this time.
0 commit comments