Skip to content

Commit

Permalink
Revert "Polish UI when site is being build during DIFM (#94981)" (#95016
Browse files Browse the repository at this point in the history
)

This reverts commit ae724d3.
  • Loading branch information
candy02058912 authored Sep 30, 2024
1 parent c9467f7 commit 053d4fc
Showing 1 changed file with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,11 @@ export const SiteStatus = ( { site }: SiteStatusProps ) => {
<TransferNoticeWrapper { ...result } />
) : (
<>
{ /* Hide status/checklist during DIFM for cleaner UI, as the user cannot access their site */ }
{ isDIFMInProgress ? (
<div>
{ translatedStatus }
<SiteLaunchNag site={ site } />
</div>
) : (
<div>
{ translatedStatus }
<SiteLaunchNag site={ site } />
</div>
{ isDIFMInProgress && (
<BadgeDIFM className="site__badge">{ __( 'Express Service' ) }</BadgeDIFM>
) }
</>
Expand Down

0 comments on commit 053d4fc

Please sign in to comment.