Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ousmaneo committed Aug 20, 2024
1 parent 39c129d commit 764ed64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const StreamDeleteModal = ({ onDelete, streamId, streamTitle, onCancel }: Props)
btnConfirmDisabled={shouldShowWarning}
onCancel={onCancel}
title="Delete Stream">
{shouldShowWarning ? <DataWarehouseStreamDeleteWarning /> : `Do you really want to remove stream: ${streamTitle}?`}
{shouldShowWarning ? <DataWarehouseStreamDeleteWarning /> : `Do you really want to remove stream: ${streamTitle}?`}
</ConfirmDialog>
);
};
Expand Down

0 comments on commit 764ed64

Please sign in to comment.