mirror of https://github.com/embarklabs/embark.git
Remove comments and spaces
This commit is contained in:
parent
8e3e3129c5
commit
32575437cd
|
@ -1,9 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
|
||||
<meta name="theme-color" content="#000000"/>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="theme-color" content="#000000">
|
||||
<!--
|
||||
manifest.json provides metadata used when your web app is added to the
|
||||
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
|
||||
|
@ -38,5 +38,4 @@
|
|||
To create a production bundle, use `npm run build` or `yarn build`.
|
||||
-->
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
|
@ -56,7 +56,6 @@ class FiddleContainer extends Component {
|
|||
className="list-group-item list-group-item-action"
|
||||
onClick={(e) => { this._onErrorClick(e, annotation); }}
|
||||
key={index}
|
||||
//ref={(item) => { this.refCallback(item, annotation); }}
|
||||
>
|
||||
<Badge color={errorType === "error" ? "danger" : errorType} className="mr-1" key={index}>
|
||||
Line {errorRowCol.row}
|
||||
|
|
Loading…
Reference in New Issue