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 URL to navigate to */
|
||||||
target() {
|
target() {
|
||||||
if (!this.link) return {};
|
if (!this.link || this.plus) return {};
|
||||||
|
|
||||||
if (this.album) {
|
if (this.album) {
|
||||||
const user = this.album.user;
|
const user = this.album.user;
|
||||||
|
|
Loading…
Reference in New Issue