mirror of
https://github.com/plankanban/planka.git
synced 2025-12-26 09:15:01 +03:00
Move from prettier-eslint to eslint-plugin-prettier, update dependencies
This commit is contained in:
@@ -32,9 +32,7 @@ const STYLES = {
|
||||
},
|
||||
};
|
||||
|
||||
const Timer = React.memo(({
|
||||
startedAt, total, size, isDisabled, onClick,
|
||||
}) => {
|
||||
const Timer = React.memo(({ startedAt, total, size, isDisabled, onClick }) => {
|
||||
const prevStartedAt = usePrevious(startedAt);
|
||||
const forceUpdate = useForceUpdate();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user