Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Jul 22, 2024
1 parent 1674da7 commit c6765ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProfilingToolMenu/BaseProfilingToolMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function BaseProfilingToolMenu({isProfilingInProgress = false, pathToBeUsed, dis
onToggle={onToggleProfiling}
/>
</TestToolRow>
{(!!filePath && getPlatform() !== CONST.PLATFORM.WEB) && (
{!!filePath && getPlatform() !== CONST.PLATFORM.WEB && (
<>
<Text style={[styles.textLabelSupporting, styles.mb4]}>{`path: ${displayPath}/${newFileName}`}</Text>
<TestToolRow title={translate('initialSettingsPage.troubleshoot.profileTrace')}>
Expand Down

0 comments on commit c6765ba

Please sign in to comment.