diff --git a/client/src/components/pages/admin/Opened/index.js b/client/src/components/pages/admin/Opened/index.js index 59388ee..b98be85 100644 --- a/client/src/components/pages/admin/Opened/index.js +++ b/client/src/components/pages/admin/Opened/index.js @@ -5,8 +5,6 @@ import { Helmet } from 'react-helmet'; import axios from 'axios'; import { Link } from 'react-router-dom'; import backGround from '../../../../assets/images/backgroundDash.svg'; -import DashBar from '../../../dashboard/Tabs'; -import Limitaion from '../../../common/limitation'; import './index.css'; @@ -90,30 +88,23 @@ const Opened = () => { Opened Applications - backGround
- {!opened ? ( -
- -
- ) : ( - 10 ? opened.length : 15, - ], - }} - /> - )} + 10 ? opened.length : 15, + ], + }} + />