Skip to content

Commit

Permalink
Merge pull request #23 from NwinNwin/steven-creation+layout
Browse files Browse the repository at this point in the history
removed unused vars
  • Loading branch information
stevem-zhou authored Aug 23, 2023
2 parents 9cba2f9 + ec6c6c5 commit 3f367d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/TypeSelector/TypeSelector.jsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { React, useState } from "react";
import { React } from "react";
import { Flex} from "@chakra-ui/react";
import TypeCard from "../Type/TypeCard";
import { iconsMap } from "../Map/MapIcons";

export default function TypeSelector(props) {
const [pressed, setPressed] = useState("");
const types = {
headphone: iconsMap["headphone"][props.newAddedItem.islost].options.iconUrl,
phone: iconsMap["phone"][props.newAddedItem.islost].options.iconUrl,
Expand Down

0 comments on commit 3f367d4

Please sign in to comment.