PSS Trend Added
This commit is contained in:
@@ -99,7 +99,7 @@ const Details = () => {
|
||||
</View>
|
||||
|
||||
<ScrollView style={{ padding: 20 }}>
|
||||
{selectedDetails.map((detail, index) => {
|
||||
{selectedDetails && selectedDetails.length > 0 ? selectedDetails.map((detail, index) => {
|
||||
const values = modalGraphData[detail.GraphUrl] || [];
|
||||
|
||||
if (!modalGraphData[detail.GraphUrl]) {
|
||||
@@ -321,7 +321,9 @@ const Details = () => {
|
||||
</View>
|
||||
);
|
||||
}
|
||||
})}
|
||||
}) :
|
||||
<Loader visible={true} />
|
||||
}
|
||||
</ScrollView>
|
||||
|
||||
<Modal
|
||||
|
||||
Reference in New Issue
Block a user