Skip to content

Commit 0085f72

Browse files
committed
Small fix.
GitOrigin-RevId: 4258b294bec6ef2eb41a19e8f404a8a73f27414f
1 parent 1e755f7 commit 0085f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hera/GameMap.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1972,7 +1972,7 @@ export default class GameMap extends Component<Props, State> {
19721972
{editor && position && (
19731973
<PositionHint
19741974
animationConfig={animationConfig}
1975-
key={`named-position-${position}`}
1975+
key={`position-hint-${position}`}
19761976
map={map}
19771977
tileSize={tileSize}
19781978
vector={position}

0 commit comments

Comments
 (0)