mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 09:06:23 +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" />
|
||||
</InView>
|
||||
) : (
|
||||
<Link
|
||||
class="
|
||||
status-link
|
||||
"
|
||||
to={`/s/${statusID}`}
|
||||
>
|
||||
<Link class="status-link" to={`/s/${statusID}`}>
|
||||
<Status
|
||||
statusID={statusID}
|
||||
withinContext
|
||||
|
|
Loading…
Reference in a new issue