mirror of
https://github.com/plankanban/planka.git
synced 2025-12-19 01:12:02 +03:00
Update dependencies
This commit is contained in:
@@ -19,7 +19,7 @@ const Projects = React.memo(({ items, currentId, isEditable, onAdd }) => {
|
||||
return (
|
||||
<Container className={styles.cardsWrapper}>
|
||||
<Grid className={styles.gridFix}>
|
||||
{items.map(item => (
|
||||
{items.map((item) => (
|
||||
<Grid.Column key={item.id} mobile={8} computer={4}>
|
||||
<Link
|
||||
to={
|
||||
|
||||
Reference in New Issue
Block a user