Fix error when boosting a status.

This commit is contained in:
Nicolas Perriault 2017-04-23 20:08:22 +02:00
parent e6ba007f18
commit 3a697f07bb
No known key found for this signature in database
GPG Key ID: DA5E4C83904F7A2A

View File

@ -236,7 +236,7 @@ statusActionsView status =
( baseBtnClasses ++ " reblogged", Unreblog target.id )
_ ->
( baseBtnClasses, AddFavorite target.id )
( baseBtnClasses, Reblog target.id )
( favClasses, favEvent ) =
case status.favourited of