recent payments
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import React, { useState } from 'react'
|
||||
import Icons from '../../Icons'
|
||||
import Orders from './Orders'
|
||||
//import Orders from './Orders'
|
||||
import Tickets from './Tickets'
|
||||
import Tasks from './Tasks'
|
||||
import RecentPaymentsBar from "./RecentPaymentsBar";
|
||||
|
||||
export default function RightAsideBar() {
|
||||
|
||||
@@ -29,7 +30,7 @@ export default function RightAsideBar() {
|
||||
</div>
|
||||
|
||||
{/* Body */}
|
||||
{active === 'orders' && <Orders />}
|
||||
{active === 'orders' && <RecentPaymentsBar />}
|
||||
{active === 'tickets' && <Tickets />}
|
||||
{active === 'tasks' && <Tasks />}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user