We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2c3fc3 commit 6e0b060Copy full SHA for 6e0b060
1 file changed
apps/admin-ui/src/spa/application-rounds/[id]/review/index.tsx
@@ -314,12 +314,6 @@ export function Review({
314
$direction="row-reverse"
315
$alignItems="center"
316
>
317
- {isEndingAllowed || isHandled ? (
318
- <EndAllocation
319
- applicationRound={applicationRound}
320
- refetch={refetch}
321
- />
322
- ) : null}
323
{!hideAllocation && (
324
<>
325
{isAllocationEnabled ? (
@@ -333,6 +327,12 @@ export function Review({
333
327
)}
334
328
</>
335
329
330
+ {isEndingAllowed || isHandled ? (
331
+ <EndAllocation
332
+ applicationRound={applicationRound}
+ refetch={refetch}
+ />
+ ) : null}
336
</Flex>
337
<TabWrapper>
338
<Tabs initiallyActiveTab={activeTabIndex}>
0 commit comments