mirror of
https://github.com/LinoSchmidt/StickExporterTX.git
synced 2026-03-21 01:51:15 +01:00
Removed file extension from log list
This commit is contained in:
@@ -22,7 +22,7 @@ function MainSide() {
|
|||||||
|
|
||||||
const logListName:string[] = [];
|
const logListName:string[] = [];
|
||||||
logList.forEach(log => {
|
logList.forEach(log => {
|
||||||
logListName.push(log.split('\\')[log.split('\\').length - 1]);
|
logListName.push(log.split('\\')[log.split('\\').length - 1].replace(".csv", ""));
|
||||||
});
|
});
|
||||||
|
|
||||||
setLogTable(logListName.map((log, index) => {
|
setLogTable(logListName.map((log, index) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user