Update frontend/src/app/scripts/_components/ScriptInfoBlocks.tsx

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
This commit is contained in:
Bram Suurd 2024-11-06 22:00:25 +01:00 committed by GitHub
parent f98a5f23cf
commit 043e95bb39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ import { useMemo, useState } from "react";
const ITEMS_PER_PAGE = 3;
export const getCorrectTypeNaming = (type: string) => {
export const getDisplayValueFromType = (type: string) => {
switch (type) {
case "ct":
return "LXC";