fix: resolve typescript and build errors across admin and guest apps
This commit is contained in:
@@ -38,10 +38,10 @@ describe('LegalConsentSheet', () => {
|
||||
it('renders the required consent checkboxes when open', () => {
|
||||
const { getAllByRole } = render(
|
||||
<LegalConsentSheet
|
||||
open
|
||||
open={true}
|
||||
onClose={vi.fn()}
|
||||
onConfirm={vi.fn()}
|
||||
t={(key, fallback) => fallback ?? key}
|
||||
t={(key: string, fallback?: string) => fallback ?? key}
|
||||
/>
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user