Skip to content

Commit

Permalink
remove press
Browse files Browse the repository at this point in the history
  • Loading branch information
akrakman committed Nov 1, 2022
1 parent 8707060 commit 5d61134
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/frontend/src/sections/MainPageLeftSection.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
import React from 'react';
import Searching from '../components/SearchAndDisplayResults';

interface Props {
onChange: (e: boolean) => void;
selectedCard: React.ComponentType;
onSelect: () => void;
}

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

3 comments on commit 5d61134

@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.682s ⏱️

@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.622s ⏱️

@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.821s ⏱️

Please sign in to comment.