Skip to content

Commit

Permalink
unused code removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonath-z committed Aug 22, 2022
1 parent bb9a34e commit 44840e1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion components/CreateNftPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ const CreateNftPage = () => {
if (inputFiles) {
setUploadFileProcessing(true);

// const fileUrl = await saveFileWithIpfs(inputFiles);
const fileUrl = await saveFileWithWeb3Storage(inputFiles);

setUploadFileProcessing(false);
Expand Down
1 change: 0 additions & 1 deletion components/EditProfilePage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import Header from "@components/modules/__noAuth/Header";
import { useState, ChangeEvent, useEffect } from "react";
import UpdateStatusModal from "./updateStatusModal";
import ProfileMenu from "@components/modules/__secured/ProfileMenu";
import { VSpinner } from "@components/modules/__modules__/_vectors";
import { Web3Service } from "@lib/web3";
import { orderObject } from "@lib/Utils";
import UploadFileProcessing from "@components/modules/__modules__/Card/UploadFileProcessing";
Expand Down

0 comments on commit 44840e1

Please sign in to comment.