{!!textInput && interactionsEnabled && (
)}
- {interactionsEnabled ? (
- buttons.map((button) => {
- if (!button) {
- return null;
- }
- const handlePress = () => {
- void handleClick(button.buttonIndex, button.action);
- };
- return (
- 0}
- />
- );
- })
+ {interactionsEnabled && buttons.length ? (
+
) : (
Frame interactions not supported
)}