fix(merge): resolved conflict
This commit is contained in:
parent
efe5674d04
commit
c4bcceb358
|
@ -100,11 +100,7 @@ const submit = async () => {
|
|||
<a
|
||||
v-if="showMore === false"
|
||||
class="more"
|
||||
<<<<<<< HEAD
|
||||
style="align-self:end; color: var(--fw-primary);"
|
||||
=======
|
||||
style="align-self: end; color: var(--fw-primary);"
|
||||
>>>>>>> 1684a8660 (chore(front): correct types and layout for profiles)
|
||||
href=""
|
||||
@click.stop.prevent="showMore = true"
|
||||
>
|
||||
|
@ -113,11 +109,7 @@ const submit = async () => {
|
|||
<a
|
||||
v-else
|
||||
class="more"
|
||||
<<<<<<< HEAD
|
||||
style="align-self:end; color: var(--fw-primary);"
|
||||
=======
|
||||
style="align-self: end; color: var(--fw-primary);"
|
||||
>>>>>>> 1684a8660 (chore(front): correct types and layout for profiles)
|
||||
href=""
|
||||
@click.stop.prevent="showMore = false"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue