Display customer order note in vendor’s dashboard

Add this code to your child theme’s functions.php
In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/

add_filter('wcfm_is_allow_vendor_order_notes_filter', '__return_true');

Thanks.