{data.messageRecords.map((record, index) => (
))}
{data.sessionQuestions.length > 0 || data.sessionPermissions.length > 0 ? (
{data.sessionQuestions.map((question) => (
))}
{data.sessionPermissions.map((permission) => (
))}
) : null}
{/* Always reserve this row so the content does not shift down
by a line when the indicator disappears. */}
{t('chat.btw.working')}