aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesView.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2022-01-18 12:10:47 -0500
committerbobzel <zzzman@gmail.com>2022-01-18 12:10:47 -0500
commit66fb0e4bbf88a5e9bcb5869dd7c8b8a7714de024 (patch)
treea73266808167bdfc057cee44bb8d40c31b993edb /src/client/views/PropertiesView.tsx
parent4cdfa6c29701d372064eb4dc612807a27cb19857 (diff)
fixed warnings. display last user to edit db. fixed /activity to show only users with a connected socket. fixed toggle "Overlay" button to toggle its background based on overlay state.
Diffstat (limited to 'src/client/views/PropertiesView.tsx')
-rw-r--r--src/client/views/PropertiesView.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/views/PropertiesView.tsx b/src/client/views/PropertiesView.tsx
index f38341603..3e7b0bd0f 100644
--- a/src/client/views/PropertiesView.tsx
+++ b/src/client/views/PropertiesView.tsx
@@ -1,6 +1,6 @@
import React = require("react");
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
-import { faAnchor, faArrowRight } from '@fortawesome/free-solid-svg-icons'
+import { faAnchor, faArrowRight } from '@fortawesome/free-solid-svg-icons';
import { Checkbox, Tooltip } from "@material-ui/core";
import { intersection } from "lodash";
import { action, autorun, computed, Lambda, observable } from "mobx";
@@ -1218,7 +1218,7 @@ export class PropertiesView extends React.Component<PropertiesViewProps> {
onChange={e => this.handleLinkRelationshipChange(e.currentTarget.value)}
className="text"
type="text"
- />
+ />;
}
@computed
@@ -1232,7 +1232,7 @@ export class PropertiesView extends React.Component<PropertiesViewProps> {
onChange={e => this.handleDescriptionChange(e.currentTarget.value)}
className="text"
type="text"
- />
+ />;
}
/**