{
isFetching && !isPopulated &&
}
{
isPopulated && !error && !items.length &&
Success! My work is done, all files on disk are matched to known books.
}
{
isPopulated && !error && !!items.length && scroller &&
}
sortKey={sortKey}
sortDirection={sortDirection}
/>
}