This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Modificações - Horário de Atendimento Especial | |
// ----------------------------------------------------------------------- | |
// SUBSTITUIR O CÓDIGO ABAIXO: | |
useEffect(() => { | |
if (!isPlanUpdated) return; | |
if (!specialHours && plan.company?.cnpj) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Modificações - Seguro Cyber | |
// ----------------------------------------------------------------------- | |
// SUBSTITUIR O CÓDIGO ABAIXO: | |
<span className="text-span" > | |
{/* {`Seguro Cyber (${new Intl.NumberFormat('pt-BR', { | |
style: 'currency', | |
currency: 'BRL', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
accounts: | |
"192912639870": {} # ccsandbox | |
account-blocklist: | |
- "192912699999" | |
resource-types: | |
excludes: | |
- IAMGroup | |
- IAMGroupPolicy |