Skip to content

Commit 6941347

Browse files
authored
if only there were a way to prevent these sorts of errors (#1192)
1 parent 52f564c commit 6941347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tgui/packages/tgui-panel/settings/SettingsPanel.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export const SettingsGeneral = (props) => {
143143
value={fontSize}
144144
unit="px"
145145
format={(value) => toFixed(value)}
146-
onChange={(e, value) =>
146+
onChange={(value) =>
147147
dispatch(
148148
updateSettings({
149149
fontSize: value,

0 commit comments

Comments
 (0)