Skip to content

Commit

Permalink
Fix missing cateogry of originating elements (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinaygaba authored Jan 11, 2024
1 parent 3ee5597 commit 65314e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ internal data class ShowkaseBrowserProperties(
colors.isEmpty() &&
typography.isEmpty()

fun zip() = componentsWithPreviewParameters + componentsWithPreviewParameters + colors + typography
fun zip() = componentsWithPreviewParameters + componentsWithoutPreviewParameters + colors + typography

operator fun plus(other: ShowkaseBrowserProperties): ShowkaseBrowserProperties {
return ShowkaseBrowserProperties(
Expand Down

0 comments on commit 65314e6

Please sign in to comment.