fix(desktop): remove parametro nao utilizado companyName
All checks were successful
All checks were successful
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
af37f0b30d
commit
649a270416
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ type DeactivationScreenProps = {
|
|||
onRetry?: () => Promise<void> | void
|
||||
}
|
||||
|
||||
export function DeactivationScreen({ companyName, onRetry }: DeactivationScreenProps) {
|
||||
export function DeactivationScreen({ onRetry }: DeactivationScreenProps) {
|
||||
const [isRetrying, setIsRetrying] = useState(false)
|
||||
|
||||
const handleRetry = async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue