mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 17:16:26 +01:00
Don't really get how this becomes multi-line
This commit is contained in:
parent
e0d50168fd
commit
fa5a468005
1 changed files with 1 additions and 6 deletions
|
@ -420,12 +420,7 @@ function StatusPage() {
|
||||||
<Status statusID={statusID} withinContext size="l" />
|
<Status statusID={statusID} withinContext size="l" />
|
||||||
</InView>
|
</InView>
|
||||||
) : (
|
) : (
|
||||||
<Link
|
<Link class="status-link" to={`/s/${statusID}`}>
|
||||||
class="
|
|
||||||
status-link
|
|
||||||
"
|
|
||||||
to={`/s/${statusID}`}
|
|
||||||
>
|
|
||||||
<Status
|
<Status
|
||||||
statusID={statusID}
|
statusID={statusID}
|
||||||
withinContext
|
withinContext
|
||||||
|
|
Loading…
Reference in a new issue