Started listening entry time (#1030)

This commit is contained in:
lirazyehezkel
2022-04-20 15:12:36 +03:00
committed by GitHub
parent d76f24edb8
commit 9b475a78f9

View File

@@ -212,7 +212,7 @@ export const EntriesList: React.FC<EntriesListProps> = ({
<div>Displaying <b id="entries-length">{entries?.length > MAX_ENTRIES ? MAX_ENTRIES : entries?.length}</b> results out of <b
id="total-entries">{queriedTotal}</b> total
</div>
{startTime !== 0 && <div>Started listening at <span style={{
{startTime !== 0 && <div>First traffic entry time <span style={{
marginRight: 5,
fontWeight: 600,
fontSize: 13