Add missing paren

This commit is contained in:
Jordan Eldredge 2020-09-14 11:53:30 -07:00
parent 0464d1ba3b
commit 4950e06b1c

View file

@ -141,7 +141,7 @@ function UploadGrid({ getInputProps, isDragActive }) {
/>
<Section
files={filesArr}
title="Modern Skins (we're not accepting these yet"
title="Modern Skins (we're not accepting these yet)"
filter={(file) => file.status === "NOT_CLASSIC_SKIN"}
render={(file) => file.file.name}
/>