0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Fixed syntax error

refs d9c9818c73

- trailing `}` was lost when deleting functionality from the `design.settings` route class
This commit is contained in:
Kevin Ansfield 2021-10-19 16:25:37 +01:00
parent d9c9818c73
commit 10176087f8

View file

@ -36,3 +36,4 @@ export default class SettingsDesignRoute extends AuthenticatedRoute {
mainClasses: ['gh-main-fullwidth']
};
}
}