mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-01 01:18:10 +02:00
chore: remove unused code
This commit is contained in:
parent
79b5582542
commit
c0228a0ca3
@ -24,9 +24,6 @@ type Props = {
|
|||||||
title?: string
|
title?: string
|
||||||
}
|
}
|
||||||
|
|
||||||
type PropsWithoutPayload = Omit<Props, 'payload'>
|
|
||||||
|
|
||||||
|
|
||||||
const Component: React.FC<Props> = ({ verb, payload, url, title }) => {
|
const Component: React.FC<Props> = ({ verb, payload, url, title }) => {
|
||||||
const verbUpper = verb?.toUpperCase() || '';
|
const verbUpper = verb?.toUpperCase() || '';
|
||||||
const prettyPayload = JSON.stringify(payload, null, indentation);
|
const prettyPayload = JSON.stringify(payload, null, indentation);
|
||||||
|
Loading…
Reference in New Issue
Block a user