File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
src/dashboard/components/response-view Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1+ Significance: patch
2+ Type: fixed
3+
4+ Forms: fix tooltip in response IP link
Original file line number Diff line number Diff line change @@ -478,12 +478,12 @@ const ResponseViewBody = ( {
478478 < tr >
479479 < th > { __ ( 'IP address:' , 'jetpack-forms' ) } </ th >
480480 < td >
481+ { response . country_code && (
482+ < span className = "jp-forms__inbox-response-meta-country-flag response-country-flag" >
483+ { getCountryFlagEmoji ( response . country_code ) }
484+ </ span >
485+ ) }
481486 < Tooltip text = { __ ( 'Lookup IP address' , 'jetpack-forms' ) } >
482- { response . country_code && (
483- < span className = "jp-forms__inbox-response-meta-country-flag response-country-flag" >
484- { getCountryFlagEmoji ( response . country_code ) }
485- </ span >
486- ) }
487487 < ExternalLink href = { getRedirectUrl ( 'ip-lookup' , { path : response . ip } ) } >
488488 { response . ip }
489489 </ ExternalLink >
You can’t perform that action at this time.
0 commit comments