Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipb authored Nov 18, 2020
1 parent 1c640fa commit 9d9af6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { getNodeLogsUrl } from '../../../../../link_to';
const TabComponent = (props: TabProps) => {
const [textQuery, setTextQuery] = useState('');
const endTimestamp = props.currentTime;
const startTimestamp = endTimestamp - 60 * 60 * 1000; // 15 minutes
const startTimestamp = endTimestamp - 60 * 60 * 1000; // 60 minutes
const { nodeType } = useWaffleOptionsContext();
const { options, node } = props;

Expand Down

0 comments on commit 9d9af6c

Please sign in to comment.