Skip to content

Commit

Permalink
Removed unused showLegalNotices element
Browse files Browse the repository at this point in the history
  • Loading branch information
deathcave committed Feb 9, 2024
1 parent 24d990c commit 17f28f6
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@ const hideErrorMessages = {
true: 'true',
false: 'false',
};
const showLegalNotices = {
true: 'true',
false: 'false',
};
const onChange = (event: CustomEvent) => {
console.log(event.detail);
};
Expand Down

0 comments on commit 17f28f6

Please sign in to comment.