Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jackie2111 committed Sep 4, 2024
1 parent ffc7a11 commit 3f58595
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/modules/blockchains/Buy/hooks/useFetchingTemplate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,9 @@ export default function useFetchingTemplate() {
} else {
const template = searchParams.get('template');

if (template) {
console.log('template', template, templateDefault);

if (template || !ENABLE_CHATBOX) {
setTemplate(templateDefault || []);
} else if (ENABLE_CHATBOX) {
setTemplate([]);
Expand Down

0 comments on commit 3f58595

Please sign in to comment.