v0.9.83 build.sh fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "jama-frontend",
|
||||
"version": "0.9.82",
|
||||
"version": "0.9.83",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
@@ -120,7 +120,7 @@ export default function ProfileModal({ onClose }) {
|
||||
}}
|
||||
placeholder={user?.name}
|
||||
autoComplete="off" autoCorrect="off" autoCapitalize="words" spellCheck={false}
|
||||
style={ borderColor: displayNameWarning ? '#e53935' : undefined }
|
||||
style={{ borderColor: displayNameWarning ? '#e53935' : undefined }}
|
||||
/>
|
||||
{displayName !== savedDisplayName ? null : savedDisplayName ? (
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user