/* global React, CR_DATA, CR_UI */ const { useState } = React; const { Icons, Btn, Tag, EmptyState, SourceChip, formatRelative } = CR_UI; // ========================================================================= // Queue Screen // ========================================================================= const TopicCardPending = ({ topic, onApprove, onReject }) => (
{topic.summary}
{topic.summary}
{topic.summary}
{topic.reason && (