fix: [eaccount] 계좌입출금내역 페이지 불필요한 테넌트 헤더 카드 제거

This commit is contained in:
김보곤
2026-02-23 19:26:32 +09:00
parent 6ba4f4efdf
commit 8626a40d8f

View File

@@ -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=&quot;w-7 h-7&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;><path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M3 10h18M7 15h1m4 0h1m-7 4h12a3 3 0 003-3V8a3 3 0 00-3-3H6a3 3 0 00-3 3v8a3 3 0 003 3z&quot; /></svg>'"
/>
<div id="eaccount-root"></div>
@endsection