quik access
This commit is contained in:
@@ -15,11 +15,13 @@ import { QuikAccessItemType } from './types/HomeTypes'
|
||||
import ServiceItem from '../../components/ServiceItem'
|
||||
import PageLoading from '../../components/PageLoading'
|
||||
import { Helmet } from 'react-helmet-async';
|
||||
import { useHomeStore } from './store/HomeStore'
|
||||
|
||||
|
||||
const Home: FC = () => {
|
||||
|
||||
const { t } = useTranslation('global')
|
||||
const { setShowModal } = useHomeStore()
|
||||
const getAds = useGetAds(AdsDisplayLocation.HOMEPAGE_TOP)
|
||||
const getQuikAccess = useGetQuikAccess()
|
||||
const getDashboard = useGetDashboardSummary()
|
||||
@@ -131,6 +133,8 @@ const Home: FC = () => {
|
||||
className='flex-1 min-w-[40%] xl:!min-w-[20%] xl:p-6 p-4 flex flex-col'
|
||||
isQuikAccess
|
||||
businessName={item.userSubscription.businessName}
|
||||
isLinkPanel
|
||||
onMoreClick={() => setShowModal(true)}
|
||||
/>
|
||||
)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user