Fixed comment on short input

This commit is contained in:
Emir Karabeg
2025-01-30 13:42:37 -08:00
parent 32faaf6d4d
commit 15b42c7d19

View File

@@ -81,7 +81,6 @@ export function ShortInput({
? '•'.repeat(value?.toString().length ?? 0)
: value?.toString() ?? ''
// Add this function to format the text with tags
const formatDisplayText = (text: string) => {
if (!text) return null