Fix error on migration page (#19386)
parent
8a1d10cb35
commit
dd5d99f83f
|
@ -76,7 +76,7 @@
|
|||
- if migration.target_account.present?
|
||||
= compact_account_link_to migration.target_account
|
||||
- else
|
||||
= migration.pretty_acct
|
||||
= migration.acct
|
||||
|
||||
%td= number_with_delimiter migration.followers_count
|
||||
|
||||
|
|
Loading…
Reference in New Issue