Fix code formatting.
This commit is contained in:
parent
c834260557
commit
b10761a413
@ -122,7 +122,6 @@ statusView ({ account, content, media_attachments, reblog, mentions } as status)
|
||||
let
|
||||
accountLinkAttributes =
|
||||
[ href account.url
|
||||
|
||||
-- When clicking on a status, we should not let the browser
|
||||
-- redirect to a new page. That's why we're preventing the default
|
||||
-- behavior here
|
||||
@ -144,8 +143,7 @@ statusView ({ account, content, media_attachments, reblog, mentions } as status)
|
||||
Nothing ->
|
||||
div [ class "status" ]
|
||||
[ a accountLinkAttributes
|
||||
[ img [ class "avatar", src account.avatar ] []
|
||||
]
|
||||
[ img [ class "avatar", src account.avatar ] [] ]
|
||||
, div [ class "username" ]
|
||||
[ a accountLinkAttributes
|
||||
[ text account.display_name
|
||||
|
Loading…
Reference in New Issue
Block a user