mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 09:15:22 +03:00
lint
This commit is contained in:
parent
7a90dafc8f
commit
4db0780169
@ -136,7 +136,7 @@ export default function Events({ path: pathname, limit = API_LIMIT } = {}) {
|
|||||||
|
|
||||||
const viewEventById = (eventId) => (
|
const viewEventById = (eventId) => (
|
||||||
<Tr className="border-b-1">
|
<Tr className="border-b-1">
|
||||||
<Td colspan="8">
|
<Td colSpan="8">
|
||||||
<Event eventId={eventId} close={() => setViewEvent(null)} />
|
<Event eventId={eventId} close={() => setViewEvent(null)} />
|
||||||
</Td>
|
</Td>
|
||||||
</Tr>
|
</Tr>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user