format
This commit is contained in:
+1
-5
@@ -78,11 +78,7 @@ export function LogScreen({}: NativeStackScreenProps<
|
|||||||
) : (
|
) : (
|
||||||
<CircleInfoIcon size="sm" />
|
<CircleInfoIcon size="sm" />
|
||||||
)}
|
)}
|
||||||
<View
|
<View style={[a.flex_1, a.gap_sm]}>
|
||||||
style={[
|
|
||||||
a.flex_1,
|
|
||||||
a.gap_sm,
|
|
||||||
]}>
|
|
||||||
{entry.context && (
|
{entry.context && (
|
||||||
<Text style={[t.atoms.text_contrast_medium]}>
|
<Text style={[t.atoms.text_contrast_medium]}>
|
||||||
({String(entry.context)})
|
({String(entry.context)})
|
||||||
|
|||||||
Reference in New Issue
Block a user