Skip to content

Commit

Permalink
Update the MetricTileTable component to have a separate class name fo…
Browse files Browse the repository at this point in the history
…r the zero data state.
  • Loading branch information
eugene-manuilov committed Jun 28, 2023
1 parent 5a4f569 commit e92ed41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/components/KeyMetrics/MetricTileTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default function MetricTileTable( props ) {
} else if ( !! ZeroState ) {
tileBody = (
<div className="googlesitekit-table__body-row googlesitekit-table__body-row--no-data">
<div className="googlesitekit-table__body-item">
<div className="googlesitekit-table__body-zero-data">
<ZeroState />
</div>
</div>
Expand Down

0 comments on commit e92ed41

Please sign in to comment.