Skip to content

Commit cb9be34

Browse files
committed
fix: allow stop on payg
1 parent 18d8bd3 commit cb9be34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/common/useExecutableActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ export function useExecutableActions({
223223
const isAllocated = !!status?.ipv6Parsed
224224

225225
const stopDisabled = useMemo(() => {
226-
if (isPAYG || !crn) return true
226+
if (!isPAYG || !crn) return true
227227

228228
switch (calculatedStatus) {
229229
case 'v1':

0 commit comments

Comments
 (0)