mirror of
https://github.com/plankanban/planka.git
synced 2025-12-25 09:15:00 +03:00
Update dependencies
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user