We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b8698 commit 16be4ccCopy full SHA for 16be4cc
1 file changed
web/frontend/src/components/SessionMetadata.svelte
@@ -14,9 +14,9 @@
14
<MetadataRow label="Started" value={new Date($sessionMetadata.startedAt).toLocaleString()} />
15
<MetadataRow label="Branch" value={$sessionMetadata.branch} href="https://steamdb.info/app/4000/depots/?branch={$sessionMetadata.branch}" />
16
<MetadataRow label="Game Ver" value={$sessionMetadata.gameVersion} href="https://steamdb.info/patchnotes/{$sessionMetadata.gameVersion}" />
17
- <MetadataRow label="Container" value={$sessionMetadata.containerTag} />
18
{#if showWebVersion}
19
<MetadataRow label="Web Ver" value={commitSha} href={commitHref} />
20
{/if}
+ <MetadataRow label="Container" value={$sessionMetadata.containerTag} />
21
</div>
22
0 commit comments