@codecademy/gamut

73.3.073.3.1-alpha.0e5de6.0
dist/Form/SelectDropdown/elements/options.js
~dist/Form/SelectDropdown/elements/options.jsModified
+1−1
Index: package/dist/Form/SelectDropdown/elements/options.js
===================================================================
--- package/dist/Form/SelectDropdown/elements/options.js
+++ package/dist/Form/SelectDropdown/elements/options.js
@@ -45,9 +45,9 @@
  * Custom option component that displays a check icon for selected items.
  * Also manages ARIA attributes for accessibility.
  * Skips the check icon for react-select/creatable's "Add" row (__isNew__).
  */
-export const IconOption = ({
+export const IconOptionComponent = ({
   children,
   ...rest
 }) => {
   const {