diff --git a/src/components/About.jsx b/src/components/About.jsx index cc0dedd50f..9d8b8abb7c 100644 --- a/src/components/About.jsx +++ b/src/components/About.jsx @@ -52,7 +52,7 @@ class About extends React.Component { - {data.map((datum) => (datum === defaultSelected - ? () : ())) - } - + + {({ i18n }) => ( + + {data.map((datum) => (datum === defaultSelected + ? () : ())) + } + + )} + ); } }