Skip to content

Commit

Permalink
fix: warning message (carbon-design-system#4103)
Browse files Browse the repository at this point in the history
* fix: remove table to fix warning

* chore: remove unused table classname
  • Loading branch information
alisonjoseph authored Jun 12, 2024
1 parent 8468578 commit 111504e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/A11yStatus/A11yStatus.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import {
help,
hidden,
moreLink,
table,
variant,
version,
headingLink,
Expand Down Expand Up @@ -397,10 +396,7 @@ const A11yStatus = ({ components, layout }) => {
<strong>Framework:</strong> React (@carbon/react)
</p>
<Row>
<Column
colLg={12}
noGutterSm
className={`${table} page-table__container`}>
<Column colLg={12} noGutterSm className="page-table__container">
<table className="page-table">
<thead>
<tr>
Expand Down

0 comments on commit 111504e

Please sign in to comment.