aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/selectedDoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/selectedDoc')
-rw-r--r--src/client/views/selectedDoc/SelectedDocView.tsx2
-rw-r--r--src/client/views/selectedDoc/index.ts2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/selectedDoc/SelectedDocView.tsx b/src/client/views/selectedDoc/SelectedDocView.tsx
index c9c01189e..7ad7b2927 100644
--- a/src/client/views/selectedDoc/SelectedDocView.tsx
+++ b/src/client/views/selectedDoc/SelectedDocView.tsx
@@ -35,7 +35,7 @@ export class SelectedDocView extends React.Component<SelectedDocViewProps> {
val: StrCast(doc._id),
color: SettingsManager.userColor,
background: SettingsManager.userBackgroundColor,
- icon: <FontAwesomeIcon size={'1x'} icon={Doc.toIcon(doc)} />,
+ icon: <FontAwesomeIcon size="1x" icon={Doc.toIcon(doc)} />,
onClick: () => DocumentManager.Instance.showDocument(doc, options, emptyFunction),
};
})}
diff --git a/src/client/views/selectedDoc/index.ts b/src/client/views/selectedDoc/index.ts
index 1f1db91f6..968e9c2d4 100644
--- a/src/client/views/selectedDoc/index.ts
+++ b/src/client/views/selectedDoc/index.ts
@@ -1 +1 @@
-export * from './SelectedDocView' \ No newline at end of file
+export * from './SelectedDocView';