style: run prettier to fix formatting in useHistoryManager.ts

This commit is contained in:
mkorwel
2026-03-13 19:06:33 +00:00
committed by Matt Korwel
parent f7bf22c711
commit e9c82e316e
@@ -70,7 +70,6 @@ export function useHistory({
const id = getNextMessageId(baseTimestamp);
const newItem: HistoryItem = { ...itemData, id };
setHistory((prevHistory) => {
if (prevHistory.length > 0) {
const lastItem = prevHistory[prevHistory.length - 1];