|
@@ -229,7 +229,7 @@ const TalentManagement: React.FC<TalentManagementProps> = () => {
|
|
|
onInput={handleSearchChange}
|
|
onInput={handleSearchChange}
|
|
|
/>
|
|
/>
|
|
|
</View>
|
|
</View>
|
|
|
- <ScrollView className="flex space-x-2 pb-2" scrollX>
|
|
|
|
|
|
|
+ <ScrollView className="flex space-x-2 pb-2" scrollX enableFlex>
|
|
|
{statusTags.map((status) => (
|
|
{statusTags.map((status) => (
|
|
|
<View
|
|
<View
|
|
|
key={status}
|
|
key={status}
|
|
@@ -244,7 +244,7 @@ const TalentManagement: React.FC<TalentManagementProps> = () => {
|
|
|
</View>
|
|
</View>
|
|
|
))}
|
|
))}
|
|
|
</ScrollView>
|
|
</ScrollView>
|
|
|
- <ScrollView className="flex space-x-2 mt-2" scrollX>
|
|
|
|
|
|
|
+ <ScrollView className="flex space-x-2 mt-2" scrollX enableFlex>
|
|
|
{disabilityTypeTags.map((type) => (
|
|
{disabilityTypeTags.map((type) => (
|
|
|
<View
|
|
<View
|
|
|
key={type}
|
|
key={type}
|