Skip to content

Commit

Permalink
fix(react-sample): table style not applied issue (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
charIeszhao authored Mar 9, 2022
1 parent fb61ede commit 2a2bf77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-sample/src/pages/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const Home = () => {
)}
{isAuthenticated && idTokenClaims && (
<>
<table>
<table className={styles.table}>
<thead>
<tr>
<th>Name</th>
Expand Down

0 comments on commit 2a2bf77

Please sign in to comment.