removed app if not an app in capacity
This commit is contained in:
@@ -17,7 +17,7 @@ let RepCapacitySelection = (props) => {
|
||||
casesObj,
|
||||
validate,
|
||||
handleSubmit,
|
||||
setCurrentReference,
|
||||
setCurrentReference
|
||||
} = props;
|
||||
const { acceptedFiles, getRootProps, getInputProps } = useDropzone();
|
||||
const files = acceptedFiles.map((file) => (
|
||||
@@ -52,7 +52,7 @@ let RepCapacitySelection = (props) => {
|
||||
{t(
|
||||
"myrepresentations:capacity-select-your-details"
|
||||
)}{" "}
|
||||
- {props.firstValue}
|
||||
- {props.firstValue}{" "}
|
||||
</h2>
|
||||
<Field
|
||||
name="representationCapacity"
|
||||
|
||||
Reference in New Issue
Block a user