Skip to content

Commit

Permalink
remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
markov00 committed Oct 7, 2024
1 parent 13dfdce commit 830f48c
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 142 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -378,19 +378,11 @@ const PartitionVisComponent = (props: PartitionVisComponentProps) => {
getPartitionTheme(
visType,
visParams,
chartBaseTheme,
containerDimensions,
rescaleFactor,
hasOpenedOnAggBasedEditor
),
[
visType,
visParams,
chartBaseTheme,
containerDimensions,
rescaleFactor,
hasOpenedOnAggBasedEditor,
]
[visType, visParams, containerDimensions, rescaleFactor, hasOpenedOnAggBasedEditor]
);

const fixedViewPort = document.getElementById('app-fixed-viewport');
Expand Down
Loading

0 comments on commit 830f48c

Please sign in to comment.