This commit is contained in:
zeppi 2021-03-22 20:57:46 -04:00 committed by jessopb
parent a258fcb039
commit f2e17f8566

View file

@ -122,9 +122,7 @@ function ShowPage(props: Props) {
/>
</Page>
);
}
if (isLivestream) {
} else if (isLivestream) {
innerContent = <LivestreamPage uri={uri} />;
} else {
innerContent = <FilePage uri={uri} location={location} />;