Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwengerter committed Mar 7, 2022
1 parent 15ac72e commit 08c6ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-app-files/src/router/spaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const buildRoutes = (components: RouteComponents): RouteConfig[] => [
hideFilelistActions: true,
hasBulkActions: false,
hideViewOptions: true,
title: $gettext('Spaces'),
title: $gettext('Spaces')
}
},
{
Expand Down

0 comments on commit 08c6ad4

Please sign in to comment.