Skip to content

Commit 12dbd87

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 2c63aa2 commit 12dbd87

File tree

2 files changed

+6
-6
lines changed
  • ui/packages/shared/profile/src

2 files changed

+6
-6
lines changed

ui/packages/shared/profile/src/GraphTooltipArrow/DockedGraphTooltip/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ export const DockedGraphTooltip = ({
127127
{name !== ''
128128
? name
129129
: locationAddress !== 0n
130-
? hexifyAddress(locationAddress)
131-
: 'unknown'}
130+
? hexifyAddress(locationAddress)
131+
: 'unknown'}
132132
</p>
133133
)}
134134
</div>

ui/packages/shared/profile/src/ProfileIcicleGraph/IcicleGraphArrow/ContextMenu.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@ const ContextMenu = ({
111111
row === 0
112112
? ''
113113
: name !== ''
114-
? name
115-
: locationAddress !== 0n
116-
? hexifyAddress(locationAddress)
117-
: '';
114+
? name
115+
: locationAddress !== 0n
116+
? hexifyAddress(locationAddress)
117+
: '';
118118

119119
const buildIdText = !isMappingBuildIDAvailable ? '' : mappingBuildID;
120120
const inlinedText = inlined === null ? 'merged' : inlined ? 'yes' : 'no';

0 commit comments

Comments
 (0)