Browse Source

Issue #833: missing subtitle bug fixed

cycle20 1 year ago
parent
commit
7609df4455
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/TmFv3DApp/index.ts

+ 1 - 0
src/TmFv3DApp/index.ts

@@ -28,6 +28,7 @@ async function createConfig(configParams: any): Promise<RcsbFv3DCustomInterface>
     const labelAsymId = configParams.labelAsymId;
     const params: any = {
         title: configParams.title,
+        subtitle: configParams.subtitle,
         side1: configParams.side1,
         htpEntry: configParams.htpEntry,
         pdbEntry: configParams.pdbEntry,