Skip to content

Commit 0ee94fa

Browse files
committed
ENG-1484: fix prettier formatting (root config)
1 parent bc261e0 commit 0ee94fa

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

apps/roam/src/components/settings/AdminPanel.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -433,9 +433,7 @@ const FeatureFlagsTab = (): React.ReactElement => {
433433
<Alert
434434
isOpen={isInstructionOpen}
435435
onConfirm={() =>
436-
isReactive
437-
? setIsInstructionOpen(false)
438-
: window.location.reload()
436+
isReactive ? setIsInstructionOpen(false) : window.location.reload()
439437
}
440438
onCancel={isReactive ? undefined : () => setIsInstructionOpen(false)}
441439
confirmButtonText={isReactive ? "OK" : "Reload Graph"}

0 commit comments

Comments
 (0)