Style fix
This commit is contained in:
@@ -50,6 +50,10 @@ function loadMineList() {
|
||||
}
|
||||
}
|
||||
|
||||
function clearMineList() {
|
||||
localStorage.removeItem(mineListKey);
|
||||
}
|
||||
|
||||
export {
|
||||
storeUser,
|
||||
loadUser,
|
||||
@@ -60,4 +64,5 @@ export {
|
||||
|
||||
storeMineList,
|
||||
loadMineList,
|
||||
clearMineList,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user