Skip to content

Commit

Permalink
fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan-Y-Ko committed Sep 22, 2023
1 parent a7476bc commit c3bb4d1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/components/sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
} from "@heroicons/react/24/solid";
import PageButton from "./PageButton";
import VoyagePageButton from "./VoyagePageButton";
import VoyageStatus from "./VoyageStatus";
import ExpandButton from "./ExpandButton";

export type PageProperty = {
Expand Down Expand Up @@ -97,11 +96,6 @@ const pagesProperties: PageProperty[] = [

//-- Mocked fake data just for testing purpose --//
const isVoyageStarted: boolean = true;
const voyageData = {
tier: "Tier 3",
team: "Team",
voyage: "V29",
};
//-- --//

export default function Sidebar() {
Expand Down

0 comments on commit c3bb4d1

Please sign in to comment.