Don't really get how this becomes multi-line

This commit is contained in:
Lim Chee Aun 2023-01-21 18:59:13 +08:00
parent e0d50168fd
commit fa5a468005

View file

@ -420,12 +420,7 @@ function StatusPage() {
<Status statusID={statusID} withinContext size="l" />
</InView>
) : (
<Link
class="
status-link
"
to={`/s/${statusID}`}
>
<Link class="status-link" to={`/s/${statusID}`}>
<Status
statusID={statusID}
withinContext