mirror of
https://github.com/plankanban/planka.git
synced 2025-12-25 09:15:00 +03:00
Move from prettier-eslint to eslint-plugin-prettier, update dependencies
This commit is contained in:
@@ -35,9 +35,7 @@ const FORMATS = {
|
||||
medium: 'longDateTime',
|
||||
};
|
||||
|
||||
const DueDate = React.memo(({
|
||||
value, size, isDisabled, onClick,
|
||||
}) => {
|
||||
const DueDate = React.memo(({ value, size, isDisabled, onClick }) => {
|
||||
const [t] = useTranslation();
|
||||
|
||||
const style = {
|
||||
|
||||
Reference in New Issue
Block a user