Skip to content

Commit

Permalink
[SIEM] [Cases] Removed double pasted line (elastic#63507) (elastic#63521
Browse files Browse the repository at this point in the history
)
  • Loading branch information
stephmilovic authored Apr 15, 2020
1 parent df16326 commit af15120
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x-pack/legacy/plugins/siem/public/pages/case/case.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export const CasesPage = React.memo(() => {
message={savedObjectReadOnly.description}
/>
)}
<CaseCallOut title={savedObjectReadOnly.title} message={savedObjectReadOnly.description} />
<AllCases userCanCrud={userPermissions?.crud ?? false} />
</WrapperPage>
<SpyRoute />
Expand Down

0 comments on commit af15120

Please sign in to comment.