mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-13 04:53:01 +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,8 +11,10 @@ const DynamicTable = (props) => {
|
|||||||
|
|
||||||
if (current_propobject) {
|
if (current_propobject) {
|
||||||
var [propkeys, setOwnKeys] = useState(Object.keys(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) => {
|
var updateMessageKey = (event) => {
|
||||||
setMessage(event.target.value);
|
setMessage(event.target.value);
|
||||||
|
Reference in New Issue
Block a user