mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-07 08:34:15 +01:00
Update index.js
This commit is contained in:
parent
4eb74c8ed3
commit
60d3d07459
@ -24,7 +24,7 @@ const RequestMethod = ({ item }) => {
|
||||
<StyledWrapper>
|
||||
<div className={getClassname(item.request.method)}>
|
||||
<span className="uppercase">
|
||||
{item.request.method.length > 4 ? item.request.method.substring(0, 3) : item.request.method}
|
||||
{item.request.method}
|
||||
</span>
|
||||
</div>
|
||||
</StyledWrapper>
|
||||
|
Loading…
Reference in New Issue
Block a user