cluster: no link for plus
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/672/head
parent
3b7550160c
commit
0bd0c9cb37
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue