Skip to content

Commit df09205

Browse files
kushthedudeiamareebjamal
authored andcommitted
fix: Past sessions rendering multiple times (#3705)
1 parent bee2a25 commit df09205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/routes/my-sessions/list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default Route.extend(AuthenticatedRouteMixin, {
4040
]
4141
}
4242
];
43-
} else {
43+
} else if (params.session_status === 'past') {
4444
filterOptions = [
4545
{
4646
name : 'ends-at',

0 commit comments

Comments
 (0)