Skip to content

Commit

Permalink
Merge pull request #3039 from kopax/patch-4
Browse files Browse the repository at this point in the history
style(ListController): remove useless template literal
  • Loading branch information
Gildas Garcia authored Mar 22, 2019
2 parents 9c5d198 + 057fef0 commit 29125b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ra-core/src/controller/ListController.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ export class UnconnectedListController extends Component<
_: inflection.humanize(inflection.pluralize(resource)),
});
const defaultTitle = translate('ra.page.list', {
name: `${resourceName}`,
name: resourceName,
});

return children({
Expand Down

0 comments on commit 29125b2

Please sign in to comment.