aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.tsx
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-10-18 17:06:41 -0400
committerBob Zeleznik <zzzman@gmail.com>2019-10-18 17:06:41 -0400
commit1f3576a69a6a0396d07e965c700bb7d69d77a0a3 (patch)
treef8dde35c9f36d67a0963ad9d6733009cbb15ba25 /src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.tsx
parentd18ed8aa5a06efff1d7a3db1c2c8240dfa3c393c (diff)
fixed up creator buttons - factored out convert to buttons code into a dropConverter script. fixed issues with template loading for images.
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.tsx')
-rw-r--r--src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.tsx
index c5bc2e7fb..962fe2a1c 100644
--- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.tsx
+++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.tsx
@@ -31,7 +31,7 @@ export class CollectionFreeFormLinkView extends React.Component<CollectionFreeFo
setTimeout(this.rerender, 50);
this._alive++;
}
- })
+ });
render() {
let y = this._alive;