Skip to content

Commit 275bab3

Browse files
committed
@W-20892497 Show Phone number in Contact Info summary (#3576)
* W-20892497 Show Phone number in Contact Info summary * fix lint
1 parent 15c9004 commit 275bab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/template-retail-react-app/app/pages/checkout-one-click/partials/one-click-contact-info.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* SPDX-License-Identifier: BSD-3-Clause
55
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause
66
*/
7-
import React from 'react'
7+
import React, {useState, useEffect} from 'react'
88
import {screen, waitFor, fireEvent, act} from '@testing-library/react'
99
import ContactInfo from '@salesforce/retail-react-app/app/pages/checkout-one-click/partials/one-click-contact-info'
1010
import {renderWithProviders} from '@salesforce/retail-react-app/app/utils/test-utils'

0 commit comments

Comments
 (0)