diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 318687f..faf63e3 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -1,7 +1,7 @@ import React, { useEffect, useState } from "react"; const API = "/api"; -const CHIP_LIST = ["AL", "JG", "JN", "SN", "TL"]; +const CHIP_OPTIONS = ["AL", "JG", "JN", "SN", "TL"]; async function api(path, opts = {}) {