Skip to content

Commit

Permalink
handle review
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Nov 23, 2020
1 parent 7508bd0 commit 130e211
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function BaseUrlIssueBanner() {
return (
<>
<Head>
<script type="text/javascript">
<script>
{`
document.addEventListener('DOMContentLoaded', function () {
var baseUrlSuggestion = document.getElementById(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

.baseUrlIssueBanner {
display: none;
}

0 comments on commit 130e211

Please sign in to comment.