even closer to master

This commit is contained in:
Moriz Wahl 2023-06-02 18:27:23 +02:00
parent fdf4eb6bdc
commit 5389b607db

View File

@ -200,7 +200,7 @@ export default {
if (this.hashtag) { if (this.hashtag) {
filter = { filter = {
...filter, ...filter,
tags_some: this.hashtag ? { id: this.hashtag } : undefined, tags_some: { id: this.hashtag },
} }
} }
return filter return filter