Run pre-commit
This commit is contained in:
parent
b91afa65fd
commit
7b65773b12
@ -26,7 +26,8 @@ function millisecondsToString(milliseconds) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function SingleSessionEntry({ session, enableUser }) {
|
function SingleSessionEntry({ session, enableUser }) {
|
||||||
const { full_title, duration, view_offset, progress_percent, state, video_decision, audio_decision, username } = session;
|
const { full_title, duration, view_offset, progress_percent, state, video_decision, audio_decision, username } =
|
||||||
|
session;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user