Update dependencies

This commit is contained in:
Maksim Eltyshev
2022-02-09 00:56:01 +05:00
parent 95ea1e97d3
commit 0c92623109
20 changed files with 18933 additions and 27589 deletions

View File

@@ -9,7 +9,7 @@ import BoardWrapperContainer from '../../containers/BoardWrapperContainer';
import styles from './Static.module.scss';
const Static = ({ cardId, boardId, projectId }) => {
function Static({ cardId, boardId, projectId }) {
const [t] = useTranslation();
if (projectId === undefined) {
@@ -85,7 +85,7 @@ const Static = ({ cardId, boardId, projectId }) => {
<BoardWrapperContainer />
</div>
);
};
}
Static.propTypes = {
cardId: PropTypes.string,