Skip to content

Commit 448ad95

Browse files
refactor(stories): Give story descriptive name.
1 parent 7e65ad5 commit 448ad95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stories/Transitive.stories.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Itinerary.args = {
2626
styles: undefined
2727
}
2828

29-
export const Itinerary2 = Template.bind({})
30-
Itinerary2.args = {
29+
export const ItineraryWithAlternativeStyling = Template.bind({})
30+
ItineraryWithAlternativeStyling.args = {
3131
center: [28.5459257, -81.3467216],
3232
companies,
3333
itinerary: require('./data/fdot-itin.json'),

0 commit comments

Comments
 (0)