Minor Eslint fixes
This commit is contained in:
parent
bd2765f636
commit
7623d95e11
3 changed files with 3 additions and 3 deletions
|
|
@ -137,7 +137,7 @@ function LogElement(props) {
|
|||
const cursor = entry.__CURSOR;
|
||||
const entry_timestamp = parseInt(entry.__REALTIME_TIMESTAMP / 1000);
|
||||
|
||||
const timeClick = function(_e) {
|
||||
const timeClick = (_e) => {
|
||||
const ts = entry_timestamp - start;
|
||||
if (ts > 0) {
|
||||
props.onJumpToTs(ts);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue