Skip to content

Commit

Permalink
Merge pull request #127 from PotLock/staging
Browse files Browse the repository at this point in the history
Staging => main
  • Loading branch information
M-Rb3 authored May 22, 2024
2 parents dba3cfa + 7ad8a23 commit 50fdd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Pot/NavPages/ConfigForm/ConfigForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const ConfigForm = ({ potDetail, style }: { potDetail?: PotDetail; style?: any }
const [state, setState] = useState<any>(inital_state);
const updateState = (updatedState: any) =>
setState({
...inital_state,
...state,
...updatedState,
});

Expand Down

0 comments on commit 50fdd31

Please sign in to comment.