Skip to content

Commit

Permalink
remove un important code
Browse files Browse the repository at this point in the history
  • Loading branch information
Salam-Dalloul committed Aug 20, 2024
1 parent 724179e commit 0336e89
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ const DataSets = ({ children }) => {
</IconButton>
</React.Fragment>
);
console.log(filteredDatasets);

return (
<Box>
<Stack spacing=".25rem" p=".75rem" mb="1.5rem" pb="0">
Expand Down
1 change: 0 additions & 1 deletion applications/visualizer/frontend/src/theme/twoDStyles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ export const GRAPH_STYLES = [
css: {
"target-arrow-shape": "tee",
"source-arrow-shape": "tee",
"arrow-scale": 0.5,
},
},
{
Expand Down

0 comments on commit 0336e89

Please sign in to comment.