react-code-dataset / wp-calypso /client /state /selectors /get-concierge-appointment-details.js
Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
import { get } from 'lodash';
import 'calypso/state/concierge/init';
export default ( state, appointmentId ) =>
get( state, [ 'concierge', 'appointmentDetails', appointmentId ], null );