Skip to content

Commit

Permalink
[SIEM] [Cases] Removed double pasted line (#63507)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephmilovic committed Apr 14, 2020
1 parent 2885cdf commit c997986
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 c997986

Please sign in to comment.