We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e753ab commit 6d8c934Copy full SHA for 6d8c934
1 file changed
web/src/pages/ProfileEdit/StandardProfileForm.jsx
@@ -5,7 +5,6 @@ import './style.css';
5
6
export function StandardProfileForm(props) {
7
const { data, onChange, onSave, saving = true, pressureAvailable = false } = props;
8
- console.log(props);
9
const onFieldChange = (field, value) => {
10
onChange({
11
...data,
0 commit comments