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 6144c88 commit 2af01b7Copy full SHA for 2af01b7
client/dashboard/domains/dataviews/fields.tsx
@@ -179,7 +179,9 @@ export const useFields = ( {
179
getValue: ( { item }: { item: DomainSummary } ) =>
180
item.expiry ? dateI18n( 'F j, Y', item.expiry ) : '',
181
render: ( { field, item } ) => {
182
+ // Site Overview does not show the Status column, so we use this column for error messages.
183
if (
184
+ site &&
185
item.type === DomainTypes.MAPPED &&
186
! item.points_to_wpcom &&
187
! isRecentlyRegistered( item.registration_date, THREE_DAYS_IN_MINUTES )
0 commit comments