add swiper view to show
This commit is contained in:
@@ -30,10 +30,6 @@ export class ShowService {
|
||||
map(s =>
|
||||
s.shows
|
||||
.sort((a, b) => a.date.toMillis() - b.date.toMillis())
|
||||
.map(_ => {
|
||||
console.log(_);
|
||||
return _;
|
||||
})
|
||||
.filter(_ => !_.archived)
|
||||
.filter(show => show.published || (show.owner === s.user?.id && !publishedOnly))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user