fix: broken lint
This commit is contained in:
@@ -436,15 +436,15 @@ export const IntegrationSettingsModal = ({
|
|||||||
<Alert severity="info" sx={{ marginTop: "10px", border: "1px solid #ff00c3" }}>
|
<Alert severity="info" sx={{ marginTop: "10px", border: "1px solid #ff00c3" }}>
|
||||||
<AlertTitle>{t("integration_settings.google.alerts.success.title")}</AlertTitle>
|
<AlertTitle>{t("integration_settings.google.alerts.success.title")}</AlertTitle>
|
||||||
{t("integration_settings.google.alerts.success.content", {
|
{t("integration_settings.google.alerts.success.content", {
|
||||||
sheetName: recording.google_sheet_name,
|
sheetName: recording.google_sheet_name,
|
||||||
})}
|
})}
|
||||||
<a
|
<a
|
||||||
href={`https://docs.google.com/spreadsheets/d/${recording.google_sheet_id}`}
|
href={`https://docs.google.com/spreadsheets/d/${recording.google_sheet_id}`}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
style={{ marginLeft: "4px", fontWeight: "bold" }}
|
style={{ marginLeft: "4px", fontWeight: "bold" }}
|
||||||
>
|
>
|
||||||
{t("integration_settings.google.alerts.success.here")}
|
{t("integration_settings.google.alerts.success.here")}
|
||||||
</a>
|
</a>
|
||||||
</Alert>
|
</Alert>
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
Reference in New Issue
Block a user