fix: resolve typescript and build errors across admin and guest apps
This commit is contained in:
@@ -14,7 +14,7 @@ export type EventTabCounts = Partial<{
|
||||
tasks: number;
|
||||
}>;
|
||||
|
||||
type Translator = (key: string, fallback: string) => string;
|
||||
type Translator = any;
|
||||
|
||||
export function buildEventTabs(event: TenantEvent, translate: Translator, counts: EventTabCounts = {}) {
|
||||
if (!event.slug) {
|
||||
|
||||
Reference in New Issue
Block a user