ctt-babylon 0.14.8 → 0.14.9

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.
@@ -5020,7 +5020,7 @@ class MapperService {
5020
5020
  const { texts, multimedia, buttons } = props?.room;
5021
5021
  let detailButtons = props.buttons?.length ? props.buttons : buttons;
5022
5022
  if (buttons.length > 1) {
5023
- detailButtons = [buttons[1]];
5023
+ detailButtons = [buttons[0]];
5024
5024
  }
5025
5025
  return {
5026
5026
  title: texts?.name,