Skip to content

Commit

Permalink
Removed unused attr
Browse files Browse the repository at this point in the history
  • Loading branch information
ranbena committed Sep 2, 2019
1 parent b476e15 commit 0f64d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/visualizations/table/Renderer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default function Renderer({ options, data, context }) {
}

return (
<div className="table-visualization-container" data-context={context}>
<div className="table-visualization-container">
<Table
data-percy="show-scrollbars"
data-test="TableVisualization"
Expand Down

0 comments on commit 0f64d06

Please sign in to comment.