Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
justinnas committed Sep 2, 2024
1 parent 4ee533e commit 3c4167d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { Deblur as DeblurIcon } from '@mui/icons-material';

import { ToolbarGroupItemProps } from '@/features/editor/components/toolbarView';

// Define the onClick functions for group 3
const applySpliceAiClick = () => {
console.log('Clicked Apply SpliceAI Button!');
};
Expand All @@ -11,7 +10,6 @@ const applyCaddClick = () => {
console.log('Clicked Apply CADD Button!');
};

// Define the buttons for group 3
export const ApplyGroupButtons: ToolbarGroupItemProps[] = [
{
group: 'apply',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const handleDownloadGnomadClick = () => {
console.log('Clicked Download Gnomad Button!');
};

// Define the buttons for group 1
export const DownloadGroupButtons: ToolbarGroupItemProps[] = [
{
group: 'download',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { MergeType as MergeTypeIcon } from '@mui/icons-material';

import { ToolbarGroupItemProps } from '@/features/editor/components/toolbarView';

// Define the onClick functions for group 2
const mergeLovdAndGnomadClick = () => {
console.log('Clicked Merge LOVD & gnomAD Button!');
};
Expand All @@ -11,7 +10,6 @@ const mergeLovdAndClinvarClick = () => {
console.log('Clicked Merge LOVD & ClinVar Button!');
};

// Define the buttons for group 2
export const MergeGroupButtons: ToolbarGroupItemProps[] = [
{
group: 'merge',
Expand Down

0 comments on commit 3c4167d

Please sign in to comment.