mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-08 22:48:14 -05:00
Fixed comment on short input
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user