fix: [eaccount] 계좌입출금내역 페이지 불필요한 테넌트 헤더 카드 제거
This commit is contained in:
@@ -3,16 +3,6 @@
|
||||
@section('title', '계좌 입출금내역')
|
||||
|
||||
@section('content')
|
||||
<!-- 현재 테넌트 정보 카드 (React 외부) -->
|
||||
<x-barobill-tenant-header
|
||||
:currentTenant="$currentTenant"
|
||||
:barobillMember="$barobillMember"
|
||||
:isTestMode="$isTestMode"
|
||||
gradientFrom="#059669"
|
||||
gradientTo="#0d9488"
|
||||
:icon="'<svg class="w-7 h-7" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 10h18M7 15h1m4 0h1m-7 4h12a3 3 0 003-3V8a3 3 0 00-3-3H6a3 3 0 00-3 3v8a3 3 0 003 3z" /></svg>'"
|
||||
/>
|
||||
|
||||
<div id="eaccount-root"></div>
|
||||
@endsection
|
||||
|
||||
|
||||
Reference in New Issue
Block a user