mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-11 12:03:00 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@@ -11,9 +11,11 @@ const DynamicTable = (props) => {
|
||||
|
||||
if (current_propobject) {
|
||||
var [propkeys, setOwnKeys] = useState(Object.keys(current_propobject));
|
||||
var [propvalues, setOwnValues] = useState(Object.values(current_propobject));
|
||||
};
|
||||
|
||||
var [propvalues, setOwnValues] = useState(
|
||||
Object.values(current_propobject)
|
||||
);
|
||||
}
|
||||
|
||||
var updateMessageKey = (event) => {
|
||||
setMessage(event.target.value);
|
||||
};
|
||||
|
Reference in New Issue
Block a user