diff --git a/client/src/components/ui/PopoverFilter.js b/client/src/components/ui/PopoverFilter.js index 965ba320..022e22d3 100644 --- a/client/src/components/ui/PopoverFilter.js +++ b/client/src/components/ui/PopoverFilter.js @@ -1,6 +1,6 @@ import React, { Component } from 'react'; import PropTypes from 'prop-types'; -import { Trans , withNamespaces } from 'react-i18next'; +import { Trans, withNamespaces } from 'react-i18next'; import './Popover.css';