Skip to content

Commit 6e4e3ab

Browse files
committed
draft: working on hiding header auth token
1 parent 847c8c1 commit 6e4e3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NetworkLogItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ const NetworkLogItem: React.FC<NetworkLogItemProps> = ({ log }) => {
121121
</View>
122122
<View style={styles.clipboardContainer}>
123123
<Text style={styles.sectionTitle}>Request Headers:</Text>
124-
<Text style={styles.codeText}>{formatHeaders(log.headers)}</Text>
124+
{/* <Text style={styles.codeText}>{formatHeaders(log.headers)}</Text> */}
125125
</View>
126126

127127
<View style={styles.clipboardContainer}>

0 commit comments

Comments
 (0)