Skip to content

Commit 98f26ad

Browse files
committed
#17: Add whitelist component and api
1 parent eafc586 commit 98f26ad

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/components/SideBar/SideBar.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ const SideBar = ({closeMenu}) => {
1111
<img src={toAbsoluteUrl('/assets/logo/logo-mini.svg')} alt="logo" className="logo"/>
1212
</div>
1313

14-
1514
<ul className="side-menu">
1615
<li>
1716
<NavLink to={Routes.dashboard} end>

src/pages/WhiteList/WhiteList.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ const WhiteList = () => {
6161
setAddLoading(false)
6262
})
6363

64-
6564
}
6665

6766
const content = () => {
@@ -72,7 +71,6 @@ const WhiteList = () => {
7271
</td>
7372
</tr>
7473
}
75-
7674
if (whiteUsers?.length === 0 ) {
7775
return <tr>
7876
<td colSpan="12" className="text-center" style={{height: "50vh"}}>No User Exist</td>

0 commit comments

Comments
 (0)