Allowed profile URL to point to a specific log

This commit is contained in:
2019-05-30 04:33:18 +10:00
parent bb60fd271b
commit 2f8847d2e7
5 changed files with 43 additions and 21 deletions
+3 -1
View File
@@ -28,12 +28,14 @@ const LazyRoute = (props) => {
</div>
</div>
);
} else {
} else if (props.pastDelay) {
return (
<div className='page'>
<p className='centered'>Loading...</p>
</div>
);
} else {
return null;
}
},
timeout: 10000