mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 01:05:20 +03:00
removed unused functions
This commit is contained in:
parent
8ca257ddb5
commit
79b9ef2637
@ -1,5 +1,5 @@
|
|||||||
import { h, Fragment } from 'preact';
|
import { h, Fragment } from 'preact';
|
||||||
import { useCallback, useState, useEffect, useRef } from 'preact/hooks';
|
import { useCallback, useState, useEffect } from 'preact/hooks';
|
||||||
import ActivityIndicator from '../components/ActivityIndicator';
|
import ActivityIndicator from '../components/ActivityIndicator';
|
||||||
import Button from '../components/Button';
|
import Button from '../components/Button';
|
||||||
import Clip from '../icons/Clip';
|
import Clip from '../icons/Clip';
|
||||||
@ -113,7 +113,7 @@ export default function Event({ eventId, close, scrollRef }) {
|
|||||||
: `data:image/jpeg;base64,${data.thumbnail}`,
|
: `data:image/jpeg;base64,${data.thumbnail}`,
|
||||||
}}
|
}}
|
||||||
seekOptions={{ forward: 10, back: 5 }}
|
seekOptions={{ forward: 10, back: 5 }}
|
||||||
onReady={(player) => {}}
|
onReady={() => {}}
|
||||||
/>
|
/>
|
||||||
</Fragment>
|
</Fragment>
|
||||||
) : (
|
) : (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user