Skip to content

Commit c53a7f4

Browse files
authored
Merge pull request #344 from traceroot-ai/xinwei_ui_minor_build_fix_v1
[UI][BugFix] Fix the UI could look weird when the window size is small [2/n]
2 parents e968e9d + b3af6c3 commit c53a7f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/src/hooks/useStableCustomer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export function useStableCustomer(params?: Parameters<typeof useCustomer>[0]) {
1818
customer: null,
1919
isLoading: false,
2020
error: null,
21+
openBillingPortal: async () => {},
2122
};
2223
}
2324

0 commit comments

Comments
 (0)