Skip to content

Commit

Permalink
[spalenque] - #14040 * fix event type link in schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
santipalenque committed Apr 23, 2018
1 parent 137cda5 commit 4cd0077
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const EventContent = ({
: '#'

const eventTypeSearchLink = summit.event_types[event.type_id]
? summit.event_types[event.type_id].type
? getSearchLink(summit.event_types[event.type_id].type)
: '#'

return (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ const MainFilterActions = ({
<div className="row all-events-filter-row">
<div className="col-md-4 col-xs-12 all-events-filter-link">
<div className="col-filter-btn">
<i title="" id="toggle-all-events-filters" data-placement="right"
data-toggle="tooltip" data-original-title="Toggle Advanced Filters"
className={`fa fa-filter ${expanded ? 'active' : ''}`}
<i title="" id="toggle-all-events-filters" className={`fa fa-filter ${expanded ? 'active' : ''}`}
onClick={e => { e.preventDefault(); toggleFilters() }} />
</div>
<div className="col-filter-title">
Expand Down

0 comments on commit 4cd0077

Please sign in to comment.