File tree 1 file changed +4
-1
lines changed
components/dashboard/src/teams 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ import { ErrorCodes } from "@gitpod/gitpod-protocol/lib/messaging/error";
23
23
import { FeatureFlagContext } from "../contexts/FeatureFlagContext" ;
24
24
import { ReactComponent as CreditsSvg } from "../images/credits.svg" ;
25
25
import { ReactComponent as Spinner } from "../icons/Spinner.svg" ;
26
+ import Arrow from "../components/Arrow" ;
26
27
27
28
function TeamUsage ( ) {
28
29
const { teams } = useContext ( TeamsContext ) ;
@@ -200,7 +201,9 @@ function TeamUsage() {
200
201
< CreditsSvg className = "my-auto mr-1" />
201
202
< span > Credits</ span >
202
203
</ ItemField >
203
- < ItemField className = "my-auto" />
204
+ < ItemField className = "my-auto" >
205
+ < Arrow direction = { "up" } />
206
+ </ ItemField >
204
207
</ Item >
205
208
{ currentPaginatedResults &&
206
209
currentPaginatedResults . map ( ( usage ) => (
You can’t perform that action at this time.
0 commit comments