{
@@ -61,25 +111,32 @@ class QualityProfileFormatItems extends Component {
}
+
+
+ Custom Format
+
+
+ Score
+
+
{
- profileFormatItems.map(({ allowed, format, name }, index) => {
+ order.map((index) => {
+ const {
+ format,
+ name,
+ score
+ } = profileFormatItems[index];
return (
-
);
- }).reverse()
+ })
}
-
-