Skip to content

Commit

Permalink
chore(app): format after #16147 (#16158)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 authored Aug 29, 2024
1 parent b3ad084 commit 8026177
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/atoms/SoftwareKeyboard/NumericalKeyboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ export function NumericalKeyboard({
<Keyboard
keyboardRef={r => (keyboardRef.current = r)}
theme={'hg-theme-default oddTheme1 numerical-keyboard'}
onInit={keyboard => {keyboard.setInput(initialValue)}}
onInit={keyboard => {
keyboard.setInput(initialValue)
}}
onChange={onChange}
display={numericalCustom}
useButtonTag={true}
Expand Down

0 comments on commit 8026177

Please sign in to comment.