가맹점관리 등록현황
This commit is contained in:
@@ -2,7 +2,7 @@ import { useEffect, useState } from 'react';
|
||||
import { useMerchantMidMutation } from '../api/use-merchant-mid-mutation';
|
||||
import { BusinessInfoWrap } from './info-wrap/business-info-wrap';
|
||||
import { ManagerInfoWrap } from './info-wrap/manager-info-wrap';
|
||||
|
||||
import { AccountInfoWrap } from './info-wrap/account-info-wrap';
|
||||
import {
|
||||
InfoWrapKeys,
|
||||
MerchantMidParams,
|
||||
@@ -27,7 +27,7 @@ export const InfoWrap = () => {
|
||||
};
|
||||
|
||||
useEffect(() => {
|
||||
callInfo();
|
||||
// callInfo();
|
||||
}, []);
|
||||
|
||||
return (
|
||||
@@ -75,7 +75,9 @@ export const InfoWrap = () => {
|
||||
setOpenChild={ setOpenChild }
|
||||
></ManagerInfoWrap>
|
||||
<div className="info-divider mb-16"></div>
|
||||
|
||||
<AccountInfoWrap
|
||||
data={ data }
|
||||
></AccountInfoWrap>
|
||||
<div className="notice-bottom left-align">
|
||||
<p className="notice-tip">※ 가맹점 정보는 앱에서 수정할 수 없습니다.<br/>PC 가맹점 관리자에서 설정해 주세요.</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user