We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847c8c1 commit 6e4e3abCopy full SHA for 6e4e3ab
src/NetworkLogItem.tsx
@@ -121,7 +121,7 @@ const NetworkLogItem: React.FC<NetworkLogItemProps> = ({ log }) => {
121
</View>
122
<View style={styles.clipboardContainer}>
123
<Text style={styles.sectionTitle}>Request Headers:</Text>
124
- <Text style={styles.codeText}>{formatHeaders(log.headers)}</Text>
+ {/* <Text style={styles.codeText}>{formatHeaders(log.headers)}</Text> */}
125
126
127
0 commit comments