mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-24 09:15:03 +00:00
Remove redundant optional chaining
This commit is contained in:
@@ -175,7 +175,7 @@ export class GhostStructureManager {
|
||||
}
|
||||
|
||||
this.game
|
||||
?.myPlayer()
|
||||
.myPlayer()
|
||||
?.actions(tileRef)
|
||||
.then((actions) => {
|
||||
// Clear previous highlights/filters
|
||||
|
||||
Reference in New Issue
Block a user