Merge branch 'account-endorsements' into 'develop'
Fix account endorsements See merge request soapbox-pub/soapbox-fe!998
This commit is contained in:
commit
84acbe93c6
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ export function ProfileMediaPanel() {
|
||||||
}
|
}
|
||||||
|
|
||||||
export function PinnedAccountsPanel() {
|
export function PinnedAccountsPanel() {
|
||||||
return import(/* webpackChunkName: "features/pinned_accounts]" */'../components/pinned_accounts_panel');
|
return import(/* webpackChunkName: "features/pinned_accounts" */'../components/pinned_accounts_panel');
|
||||||
}
|
}
|
||||||
|
|
||||||
export function InstanceInfoPanel() {
|
export function InstanceInfoPanel() {
|
||||||
|
|
Loading…
Reference in a new issue