We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b84276e commit 914c248Copy full SHA for 914c248
start.sh
ui/src/components/app/SurveyResponsesPage.tsx
@@ -183,16 +183,14 @@ export function SurveyResponsesPage({
183
{session.completed_at &&
184
moment(session.completed_at).format('MMM D, YYYY h:mm a')}
185
</Table.Cell>
186
- <Table.Cell>
187
- {session.webhookData.statusCode}
188
- </Table.Cell>
+ <Table.Cell>{session.webhookData.statusCode}</Table.Cell>
189
<Table.Cell>
190
<Button
191
className="h-8 bg-crimson-9 enabled:hover:bg-crimson-11 p-2"
192
onClick={() => setViewSession(session)}
193
>
194
<HiOutlineEye />
195
- <p className="px-1">View Response</p>
+ <p className="px-1">View</p>
196
</Button>
197
198
</Table.Row>
0 commit comments