mirror of
https://github.com/balzack/databag.git
synced 2025-02-14 12:39:17 +00:00
fixed missing icon
This commit is contained in:
parent
3bfb367fa3
commit
5ce0c4ad75
@ -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 && (
|
||||
|
Loading…
Reference in New Issue
Block a user