forked from Github/frigate
lint fixes
This commit is contained in:
committed by
Blake Blackshear
parent
5461308d30
commit
28a2a3816a
@@ -43,7 +43,7 @@ export default function Recording({ camera, date, hour }) {
|
||||
</Link>
|
||||
);
|
||||
|
||||
if (item.date == selectedKey) {
|
||||
if (item.date === selectedKey) {
|
||||
for (const recording of item.recordings) {
|
||||
buttons.push(
|
||||
<Button href={`/recordings/${camera}/${item.date}/${recording.hour}`} type="text">
|
||||
|
||||
Reference in New Issue
Block a user