aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm
diff options
context:
space:
mode:
authorLionel Han <47760119+IGoByJoe@users.noreply.github.com>2020-06-16 09:50:22 -0700
committerLionel Han <47760119+IGoByJoe@users.noreply.github.com>2020-06-16 09:50:22 -0700
commit6d68abf588f7b6182a62b74882d1fdc09b2b0230 (patch)
tree7f985399484c4badbcc998b35584beef7a8ad824 /src/client/views/collections/collectionFreeForm
parent099a1942440efc2784bc9b2c5896777cf85842ec (diff)
bug fixes
Diffstat (limited to 'src/client/views/collections/collectionFreeForm')
-rw-r--r--src/client/views/collections/collectionFreeForm/InkOptionsMenu.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/InkOptionsMenu.tsx b/src/client/views/collections/collectionFreeForm/InkOptionsMenu.tsx
index 8bebcd047..e7ef4cbd2 100644
--- a/src/client/views/collections/collectionFreeForm/InkOptionsMenu.tsx
+++ b/src/client/views/collections/collectionFreeForm/InkOptionsMenu.tsx
@@ -107,7 +107,7 @@ export default class InkOptionsMenu extends AntimodeMenu {
onPointerDown={action(e => GestureOverlay.Instance.InkShape = btn)}
style={{ backgroundColor: btn === GestureOverlay.Instance?.InkShape ? "121212" : "" }}>
{this._icons[i]}
- </button>)},
+ </button>)}
</>;
}