diff --git a/client/admin/lockTools/lockTools.jsx b/client/admin/lockTools/lockTools.jsx
index bf77be018..2135425eb 100644
--- a/client/admin/lockTools/lockTools.jsx
+++ b/client/admin/lockTools/lockTools.jsx
@@ -37,9 +37,11 @@ const LockTools = createClass({
-
+
+
+
+
-
;
}
});
@@ -68,8 +70,7 @@ const LockBrew = createClass({
code : parseInt(this.state.code) || 100,
editMessage : this.state.editMessage,
shareMessage : this.state.shareMessage,
- applied : new Date,
- locked : true
+ applied : new Date
};
request.post(`/admin/lock/${this.state.brewId}`)
@@ -204,7 +205,6 @@ const LockTable = createClass({
{this.state.result[this.props.resultName] &&
<>
Total Reviews Waiting: {this.state.result[this.props.resultName].length}
-
Click a row to copy the Share ID to the clipboard
diff --git a/client/admin/lockTools/lockTools.less b/client/admin/lockTools/lockTools.less
index 272646ce2..d78462d35 100644
--- a/client/admin/lockTools/lockTools.less
+++ b/client/admin/lockTools/lockTools.less
@@ -49,4 +49,10 @@
padding: 4px 10px;
text-align: center;
}
+
+ .brewLookup{
+ h2 {
+ margin-top: 0px;
+ }
+ }
}
\ No newline at end of file