bugfix: show charactername index.html

This commit is contained in:
wataru 2023-03-26 16:14:39 +09:00
parent 15c83391b9
commit 47ea4ffb36
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -99,7 +99,7 @@ const App = () => {
</div>
</>
)
}, [])
}, [appState.appSettings.appSettings])
const clearRow = useMemo(() => {
const onClearSettingClicked = async () => {