Skip to content

Commit

Permalink
Fixe prettier issue
Browse files Browse the repository at this point in the history
  • Loading branch information
deathcave committed Nov 27, 2024
1 parent 625fbc0 commit 241ac04
Show file tree
Hide file tree
Showing 4 changed files with 144 additions and 138 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ const props = () => {
};
};



export const Default = (args) => {
const {
language,
Expand All @@ -133,7 +131,7 @@ export const Default = (args) => {
hiddenPhone,
ncTeleDetail,
ncEmailDetail,
combineEmailPhone
combineEmailPhone,
} = args?.NoticeChoice ?? {};
return html`
<c4d-notice-choice
Expand Down
Loading

0 comments on commit 241ac04

Please sign in to comment.