cluster: no link for plus

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/672/head
Varun Patil 2023-05-23 21:01:20 -07:00
parent 3b7550160c
commit 0bd0c9cb37
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ export default defineComponent({
/** Target URL to navigate to */
target() {
if (!this.link) return {};
if (!this.link || this.plus) return {};
if (this.album) {
const user = this.album.user;