From 70aea8a7233f65765ddf4ad4b888be84b8fd7273 Mon Sep 17 00:00:00 2001 From: Ali Date: Wed, 10 Jun 2020 11:27:18 +0300 Subject: [PATCH] fixed opened application page relates #199 --- .../components/pages/admin/Opened/index.js | 37 +++++++------------ 1 file changed, 14 insertions(+), 23 deletions(-) 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, + ], + }} + />