From fcc0eeb5877d1ec69f465a0c3892224582164d3e Mon Sep 17 00:00:00 2001 From: civita <14911217+civita@users.noreply.github.com> Date: Mon, 25 Dec 2023 11:07:48 -0700 Subject: [PATCH] Update Export.jsx Prevent filename overflow in export list --- web/src/routes/Export.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/routes/Export.jsx b/web/src/routes/Export.jsx index 84a6cff57..26337d62d 100644 --- a/web/src/routes/Export.jsx +++ b/web/src/routes/Export.jsx @@ -237,7 +237,7 @@ function Exports({ exports, onSetClip, onDeleteClip }) {
-
{item.name.substring(12, item.name.length - 4)}
+
{item.name.substring(12, item.name.length - 4)}
) : (