Skip to content

Commit

Permalink
fix: Past sessions rendering multiple times (#3705)
Browse files Browse the repository at this point in the history
  • Loading branch information
kushthedude authored and iamareebjamal committed Dec 21, 2019
1 parent bee2a25 commit df09205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/my-sessions/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default Route.extend(AuthenticatedRouteMixin, {
]
}
];
} else {
} else if (params.session_status === 'past') {
filterOptions = [
{
name : 'ends-at',
Expand Down

0 comments on commit df09205

Please sign in to comment.