Fix error on migration page (#19386)
parent
8723d322c7
commit
1fdfebc745
|
@ -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