Skip to content

Commit

Permalink
remove graphql reference (#10614)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonLaster authored Aug 9, 2024
1 parent 59132a7 commit b659cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/components/NetworkMonitor/NetworkMonitorListRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ function RequestRow({
)}
{columns.name && (
<div className={styles.Column} data-name="name">
{name} {graphqlOperationName && `(GraphQL: ${graphqlOperationName})`}
{name} {graphqlOperationName && `(${graphqlOperationName})`}
</div>
)}
{columns.method && (
Expand Down

0 comments on commit b659cdb

Please sign in to comment.