mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 18:17:38 +00:00
Add missing paren
This commit is contained in:
parent
0464d1ba3b
commit
4950e06b1c
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue