diff --git a/package.json b/package.json
index 6a7054c..0bad0ff 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@stefanak-michal/cyphergui",
- "version": "0.1.13",
+ "version": "0.2.0",
"private": true,
"homepage": ".",
"license": "Apache-2.0",
diff --git a/src/components/InlineNode.tsx b/src/components/InlineNode.tsx
index ce4d72c..ca97cc9 100644
--- a/src/components/InlineNode.tsx
+++ b/src/components/InlineNode.tsx
@@ -24,11 +24,9 @@ export default class InlineNode extends React.Component<{ node: _Node; tabManage
color={!!this.props.small ? "is-small" : ""}
text={"#" + db.strInt(this.props.node.identity)}
/>
- {Object.keys(this.props.node.properties).length > 0 && (
-
- {fn =>
- )}
+
+ {fn =>
);
}