File "renderGBSSettings.js"

Full Path: /home/fresvfqn/waterdamagerestorationandrepairsmithtown.com/wp-content/plugins/ultimate-addons-for-gutenberg/blocks-config/uagb-controls/renderGBSSettings.js
File size: 427 bytes
MIME-type: text/x-java
Charset: utf-8

import GlobalBlockStyles from '@Components/global-block-link';

const renderGBSSettings = ( styling, setAttributes, attributes ) => {
    if ( ! uagb_blocks_info?.spectra_pro_status || 'enabled' !== uagb_blocks_info?.uag_enable_gbs_extension ) {
        return null;
    }

    return (
        <GlobalBlockStyles
            { ...{ setAttributes, styling, attributes  } }
        />
    )
};

export default renderGBSSettings;