diff options
author | bobzel <zzzman@gmail.com> | 2024-04-19 11:32:46 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-04-19 11:32:46 -0400 |
commit | 89e5b4e224d77c7a029ec7d9c9027095665508ac (patch) | |
tree | b1163d7090da48d978858caa44c601401a9400f6 /src/client/views/StyleProvider.tsx | |
parent | b6229b0a6141afbfd0e78e3ec870218187864def (diff) |
lint fixes.
Diffstat (limited to 'src/client/views/StyleProvider.tsx')
-rw-r--r-- | src/client/views/StyleProvider.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/StyleProvider.tsx b/src/client/views/StyleProvider.tsx index 15e309ca0..d8adfa68a 100644 --- a/src/client/views/StyleProvider.tsx +++ b/src/client/views/StyleProvider.tsx @@ -171,7 +171,7 @@ export function DefaultStyleProvider(doc: Opt<Doc>, props: Opt<FieldViewProps & doc._layout_showTitle, props?.layout_showTitle?.() || (!Doc.IsSystem(doc) && [DocumentType.COL, DocumentType.FUNCPLOT, DocumentType.LABEL, DocumentType.RTF, DocumentType.IMG, DocumentType.VID].includes(doc.type as any) - ? doc.author === ClientUtils.CurrentUserEmail + ? doc.author === ClientUtils.CurrentUserEmail() ? StrCast(Doc.UserDoc().layout_showTitle) : remoteDocHeader : '') |