// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Confidential Issue Sidebar Block renders for confidential = false and isEditable = false 1`] = `
Confidentiality
`; exports[`Confidential Issue Sidebar Block renders for confidential = false and isEditable = true 1`] = `
Confidentiality Edit
`; exports[`Confidential Issue Sidebar Block renders for confidential = true and isEditable = false 1`] = `
Confidentiality
`; exports[`Confidential Issue Sidebar Block renders for confidential = true and isEditable = true 1`] = `
Confidentiality Edit
`;