remove text

This commit is contained in:
Justin Hernandez
2026-01-08 12:42:13 -08:00
parent e54ba031a1
commit e7f84118f1

View File

@@ -186,15 +186,6 @@ const ProvingScreenRouter: React.FC = () => {
) : (
<>
<ActivityIndicator color={blue600} size="large" />
<Text
fontFamily={dinot}
fontSize={16}
color={proofRequestColors.slate500}
marginTop={16}
testID="proving-router-loading"
>
Loading documents...
</Text>
</>
)}
</View>