From 1be67269a8db08bdb7bf7d766c43695b7eda41b9 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sun, 5 Mar 2023 19:45:20 +0200 Subject: [PATCH] Remove invalid vod minutes max Closes #1295 --- app/features/vods/routes/vods.new.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/features/vods/routes/vods.new.tsx b/app/features/vods/routes/vods.new.tsx index a4687299e..9b1903491 100644 --- a/app/features/vods/routes/vods.new.tsx +++ b/app/features/vods/routes/vods.new.tsx @@ -366,7 +366,6 @@ function Match({ { const value = Number(e.target.value);