chore(front): remove add library link from profile
This commit is contained in:
parent
0d0c0837fa
commit
aa99c65149
|
@ -58,15 +58,6 @@ const createForm = ref()
|
||||||
<channels-widget :filters="{scope: `actor:${object?.full_username}`}" />
|
<channels-widget :filters="{scope: `actor:${object?.full_username}`}" />
|
||||||
<h2 class="ui with-actions header">
|
<h2 class="ui with-actions header">
|
||||||
{{ t('views.auth.ProfileOverview.header.libraries') }}
|
{{ t('views.auth.ProfileOverview.header.libraries') }}
|
||||||
<div
|
|
||||||
v-if="store.state.auth.authenticated && object?.full_username === store.state.auth.fullUsername"
|
|
||||||
class="actions"
|
|
||||||
>
|
|
||||||
<router-link :to="{name: 'content.libraries.index'}">
|
|
||||||
<i class="bi bi-plus" />
|
|
||||||
{{ t('views.auth.ProfileOverview.link.addNew') }}
|
|
||||||
</router-link>
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
<library-widget :url="`federation/actors/${object?.full_username}/libraries/`">
|
<library-widget :url="`federation/actors/${object?.full_username}/libraries/`">
|
||||||
<template #title>
|
<template #title>
|
||||||
|
|
Loading…
Reference in New Issue