Skip to content

Commit

Permalink
Remove FIXME because… ... …codeclimate
Browse files Browse the repository at this point in the history
  • Loading branch information
rosskevin committed Jan 30, 2019
1 parent 0656abf commit e230a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function useTranslation(
options?: UseTranslationOptions,
): [i18next.TFunction, i18next.i18n];

// FIXME: need to see usage to improve this
// Need to see usage to improve this
export function withSSR(): (
WrappedComponent: React.ComponentClass<{}, any>,
) => {
Expand Down

0 comments on commit e230a4f

Please sign in to comment.