Closed MichaelRowden closed 6 years ago
This PR adds the id prop (not auto generated) to the div created for InteriorLeftNavList component. Previously the id was auto generated in InteriorLeftNav but was not actually put on the element.
id
div
InteriorLeftNavList
InteriorLeftNav
:tada: This PR is included in version 1.1.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
This PR adds the
id
prop (not auto generated) to thediv
created forInteriorLeftNavList
component. Previously theid
was auto generated inInteriorLeftNav
but was not actually put on the element.