diff --git a/src/components/AddStorageItem/AddStorageItem.jsx b/src/components/AddStorageItem/AddStorageItem.jsx deleted file mode 100644 index c8bfab8..0000000 --- a/src/components/AddStorageItem/AddStorageItem.jsx +++ /dev/null @@ -1,74 +0,0 @@ -import React from "react"; -import bytes from "bytes"; - -const AddStorageItem = (props) => ( -
- {bytes(+props.plan.metadata.amount)} - {props.plan.interval_count}{" "} - {props.plan.interval}(s) -
- - {"$" + parseInt(props.plan.amount, 10) / 100} - -- Subscribe to myDrive, {bytes(+props.plan.metadata.amount)} of data for{" "} - {"$" + parseInt(props.plan.amount, 10) / 100}, reoccuring every{" "} - {props.plan.interval_count} {props.plan.interval}(s). -
-Storage Plans
- - // //{bytes(+this.state.selectedDetails.metadata.amount)} Plan / {this.state.selectedDetails.interval_count} {this.state.selectedDetails.interval}(s)
- //- {props.type === "drive" - ? "Google Drive" - : props.type === "mongo" - ? "myDrive" - : "Amazon S3"} -
-{props.type === "drive" ? "Google Drive" : props.type === "mongo" ? "myDrive" : "Amazon S3"}
- //- {props.folder.name} -
-Rename
-Share
-Download
-Move
-Delete
-- {capitalize(this.props.popupFile.filename)} -
- -- Location:{" "} - {this.props.popupFile.metadata.drive - ? "Google Drive" - : this.props.popupFile.metadata.personalFile - ? "Amazon S3" - : "myDrive"} -
-- File Size: {bytes(+this.props.popupFile.metadata.size)} -
-- Created: {moment(this.props.popupFile.uploadDate).format("L")} -
-