Skip to content

Commit

Permalink
fix: remove unnecessary template literal from placeholder in DeleteSt…
Browse files Browse the repository at this point in the history
…reamModal
  • Loading branch information
pranavgoel29 committed Nov 23, 2024
1 parent 015ba69 commit 0ba6917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Stream/components/DeleteStreamModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const DeleteStreamModal = () => {
<TextInput
type="text"
onChange={handleInputChange}
placeholder={`Type the name of the stream`}
placeholder="Type the name of the stream"
required
value={confirmInputValue}
/>
Expand Down

0 comments on commit 0ba6917

Please sign in to comment.