diff --git a/src/client/components/dashboard/NarrativeList/NarrativeDetails.tsx b/src/client/components/dashboard/NarrativeList/NarrativeDetails.tsx index 391e09b..53fa053 100644 --- a/src/client/components/dashboard/NarrativeList/NarrativeDetails.tsx +++ b/src/client/components/dashboard/NarrativeList/NarrativeDetails.tsx @@ -175,8 +175,8 @@ const detailsHeader = async (data: Doc, cache: KBaseCache) => { {data.is_public || !sharedWith.length ? ( <> ) : ( - detailsHeaderItem('Shared with', sharedWithLinks) - )} + detailsHeaderItem('Shared with', sharedWithLinks) + )} ); @@ -234,8 +234,9 @@ export class NarrativeDetails extends React.Component { return
; } const wsid = activeItem.access_group; - const narrativeHref = `${Runtime.getConfig().view_routes.narrative - }/${wsid}`; + const narrativeHref = `${ + Runtime.getConfig().view_routes.narrative + }/${wsid}`; let content: JSX.Element | string = ''; // Choose which content to show based on selected tab switch (view) {