'settings-comments-preference-form': (data: any) => (
    <Suspense fallback={RenderLoader()}>
      <CommentsPreferenceForm
        {...camelizeKeysAs<CommentsPreferenceFormProps>(data)}
      />