]> Untitled Git - lemmy-ui.git/blobdiff - src/shared/components/iframely-card.tsx
Running newer prettier.
[lemmy-ui.git] / src / shared / components / iframely-card.tsx
index efd9a90135c251c233838a2066345794d6634ef8..2ecbf7f8eff3968cea92a34bdd93ac2f3039c771 100644 (file)
@@ -1,8 +1,8 @@
-import { Component, linkEvent } from 'inferno';
-import { Post } from 'lemmy-js-client';
-import { mdToHtml } from '../utils';
-import { i18n } from '../i18next';
-import { Icon } from './icon';
+import { Component, linkEvent } from "inferno";
+import { Post } from "lemmy-js-client";
+import { mdToHtml } from "../utils";
+import { i18n } from "../i18next";
+import { Icon } from "./icon";
 
 interface FramelyCardProps {
   post: Post;
@@ -61,9 +61,9 @@ export class IFramelyCard extends Component<
                     <button
                       class="mt-2 btn btn-secondary text-monospace"
                       onClick={linkEvent(this, this.handleIframeExpand)}
-                      data-tippy-content={i18n.t('expand_here')}
+                      data-tippy-content={i18n.t("expand_here")}
                     >
-                      {this.state.expanded ? '-' : '+'}
+                      {this.state.expanded ? "-" : "+"}
                     </button>
                   )}
                 </div>