| @@ -10,9 +10,9 @@ | ||
| 10 | 10 | |
| 11 | 11 | class Module extends \Elementor\Core\Base\Module { |
| 12 | 12 | |
| 13 | 13 | public static function is_active() { |
| 14 | - return Plugin::$instance->experiments->is_feature_active( 'container' ); | |
| 14 | + return Plugin::$instance->experiments->is_feature_active( NestedElementsModule::EXPERIMENT_NAME ); | |
| 15 | 15 | } |
| 16 | 16 | |
| 17 | 17 | public function get_name() { |
| 18 | 18 | return 'nested-tabs'; |