mirror of
https://github.com/balzack/databag.git
synced 2025-02-14 20:49:16 +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' && (
|
{ state.transform === 'error' && (
|
||||||
<View style={styles.status}>
|
<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>
|
</View>
|
||||||
)}
|
)}
|
||||||
{ state.message && (
|
{ state.message && (
|
||||||
|
Loading…
Reference in New Issue
Block a user