lint fixes

This commit is contained in:
Jason Hunter
2021-06-05 07:30:18 -05:00
committed by Blake Blackshear
parent 5461308d30
commit 28a2a3816a
2 changed files with 1 additions and 8 deletions
+1 -1
View File
@@ -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">