mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-02 00:54:18 +02:00
fix(#10336): invalid name conversion
This commit is contained in:
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
about_federation,
|
||||
},
|
||||
template: '<about.federation />',
|
||||
template: '<about_federation />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
Reference in New Issue
Block a user