Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiggr committed Jan 11, 2023
1 parent a202967 commit f268b10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/Blocks/EmbedEEATableauBlock/View.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ const View = (props) => {
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [vis_url]);

console.log(
props.tableau_visualization,
'tableau_visualization data here <====',
);
return (
<>
<TableauView {...props} />
Expand Down
2 changes: 1 addition & 1 deletion src/less/tableau.less
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@

.not_displayed_tableau {
min-width: 633px;
min-height: 200px;
width: 100%;
min-height: 200px;
height: 100%;
background-color: #ebebeb;
}
Expand Down

0 comments on commit f268b10

Please sign in to comment.