Skip to content

Commit

Permalink
Merge pull request #36 from NwinNwin/dang-about-update-page
Browse files Browse the repository at this point in the history
deleted consolelog
  • Loading branch information
NwinNwin authored Sep 25, 2023
2 parents ad42ca1 + a45ab4e commit c9a005b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/AboutPage/AboutPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export default function AboutPage() {
</Flex>
<Flex direction={"column"} m={"1%"}>
<Text fontWeight={600} fontSize={{ base: "1.3rem", md: "2.4rem" }}>
{leaderboard.length}
{10 + leaderboard.length}
</Text>
<Text fontSize={{ base: "0.8rem", md: "1.2rem" }}>Active Users</Text>
</Flex>
Expand Down
2 changes: 0 additions & 2 deletions src/components/Home/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ export default function Home() {
);
}

console.log(token);

const [loading, setLoading] = useState(false);

const [newAddedItem, setNewAddedItem] = useState({
Expand Down
1 change: 0 additions & 1 deletion src/components/Map/Map.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export default function Map({
const { isOpen, onOpen, onClose } = useDisclosure();
const [itemData, setItemData] = useState({});
const [showDonut, setShowDonut] = useState(false);
console.log(data);

const allowedBounds = [
[33.656487295651, -117.85412222020983],
Expand Down

0 comments on commit c9a005b

Please sign in to comment.