@deriv-web-design/ui 0.1.26 → 0.1.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1291,7 +1291,7 @@ var FaqAccordion = ({
1291
1291
  open: openIndex === index,
1292
1292
  onToggle: handleToggle(index),
1293
1293
  showTopDivider: false,
1294
- showBottomDivider: true,
1294
+ showBottomDivider: index < items.length - 1,
1295
1295
  children: item.answer
1296
1296
  },
1297
1297
  `${item.question}-${index}`