Skip to content

Commit

Permalink
Rename label in DiagnosticView
Browse files Browse the repository at this point in the history
  • Loading branch information
p-malecki committed Sep 11, 2024
1 parent 7e89e30 commit 3f7447c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function DiagnosticView() {
{Platform.OS === "macos" && <DiagnosticItem label="Pods" item={dependencies.Pods} />}
<div className="diagnostic-section-margin" />

<Label>Optional</Label>
<Label>Other</Label>
<DiagnosticItem label="Expo Router" item={dependencies.ExpoRouter} />
<DiagnosticItem label="Storybook" item={dependencies.Storybook} />
<div className="diagnostic-section-margin" />
Expand Down

0 comments on commit 3f7447c

Please sign in to comment.