fix: duplicate boder in status detail (#552)
parent
95985d14a9
commit
bf99eca956
|
@ -57,7 +57,7 @@ onReactivated(() => {
|
|||
<template>
|
||||
<MainContent back>
|
||||
<template v-if="!pending">
|
||||
<div v-if="status" min-h-100vh>
|
||||
<div v-if="status" min-h-100vh mt--1px>
|
||||
<template v-if="context">
|
||||
<template v-for="comment of context?.ancestors" :key="comment.id">
|
||||
<StatusCard :status="comment" context="account" border="t base" :show-reply-to="false" />
|
||||
|
|
Loading…
Reference in New Issue