fixed missing icon

This commit is contained in:
Roland Osborne 2022-10-27 12:56:18 -07:00
parent 3bfb367fa3
commit 5ce0c4ad75

View File

@ -134,7 +134,7 @@ export function TopicItem({ item, focused, focus, hosting, remove, update, block
)}
{ state.transform === 'error' && (
<View style={styles.status}>
<AntIcons name="weather-cloudy-alert" size={32} color={Colors.alert} />
<MatIcons name="weather-cloudy-alert" size={32} color={Colors.alert} />
</View>
)}
{ state.message && (