changed tab bar to be mobile friendly and added next plays
This commit is contained in:
@ -66,7 +66,7 @@ export const columns: ColumnDef<chunithm>[] = [
|
||||
|
||||
switch (isSuccess) {
|
||||
case 0:
|
||||
isSuccessText = "Not Clear";
|
||||
isSuccessText = " Clear";
|
||||
break;
|
||||
case 1:
|
||||
isSuccessText = "Clear";
|
||||
|
Reference in New Issue
Block a user