Web: Client: Files: Removed unused property from DateCell component

This commit is contained in:
Ilya Oleshko 2021-10-01 17:29:01 +03:00
parent 0904538f39
commit 486efa8276

View File

@ -1,9 +1,7 @@
import React from "react";
import { StyledText } from "./CellStyles";
const DateCell = ({ create, updatedDate, createdDate, sideColor, item }) => {
const { fileExst, contentLength, providerKey } = item;
const DateCell = ({ create, updatedDate, createdDate, sideColor }) => {
const date = create ? createdDate : updatedDate;
return (