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 {
27
27
}
28
28
}
29
29
30
-
31
30
@computed ( 'session.currentRouteName' )
32
31
get isEventPageRoute ( ) {
33
32
const currentRouteName = String ( this . session . currentRouteName ) ;
Original file line number Diff line number Diff line change 1
1
<div class =" ui left inverted vertical menu sidebar {{ if this.sidebarVisible ' visible' }} " >
2
+ {{ #if (not this.isEventPageRoute )}}
2
3
<div class =" search-bar d-flex items-center space-between m-2 p-2" >
3
4
<Input @class =" prompt" @type =" text" @key-up ={{ action " handleKeyPress" }} @value ={{ this.event_name }} placeholder ={{ t " Search" }} />
4
5
<i class =" search icon" ></i >
5
6
</div >
7
+ {{ /if }}
6
8
{{ #if this.session.isAuthenticated }}
7
9
<UiAccordion >
8
10
<div class =" item ui {{ if this.isEventPageRoute ' title' }} " >
You can’t perform that action at this time.
0 commit comments