Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
akrakman committed Nov 1, 2022
1 parent 5d61134 commit cdc1af0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/frontend/src/sections/MainPageLeftSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ interface Props {
onSelect: () => void;
}

export default function LeftSection({ }: Props) {
return <div style={{ marginTop: '200px' }}>{/*<Searching />*/}</div>;
export default function LeftSection({}: Props) {
return (
<div style={{ marginTop: '200px' }}>
{/*<Searching />*/}
<h1>Hi</h1>
</div>
);
}

3 comments on commit cdc1af0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCover
TOTAL1710100%

Tests Skipped Failures Errors Time
36 0 💤 0 ❌ 0 🔥 0.669s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCover
TOTAL1710100%

Tests Skipped Failures Errors Time
36 0 💤 0 ❌ 0 🔥 0.662s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCover
TOTAL1710100%

Tests Skipped Failures Errors Time
36 0 💤 0 ❌ 0 🔥 0.853s ⏱️

Please sign in to comment.