added bin svg for the card

This commit is contained in:
Carter 2025-03-11 09:36:41 -06:00
parent 7edba7e25b
commit e52a9a4fbf
3 changed files with 924 additions and 27 deletions

View file

@ -66,7 +66,6 @@ export default function ObjectTable(props: Props) {
// const heaterAPI = useObjectHeaterAPI();
const load = useCallback(() => {
console.log("Hello!")
if (tableLoading) return;
/**
* switch case to use the correct api to load the object that was selected.
@ -81,7 +80,6 @@ export default function ObjectTable(props: Props) {
if (currentType !== pond.ObjectType.OBJECT_TYPE_UNKNOWN) {
setTableLoading(true);
}
console.log("Hello!")
switch (currentType) {
case pond.ObjectType.OBJECT_TYPE_BIN:
binAPI