mirror of
https://github.com/NotAShelf/nix-evaluator-stats.git
synced 2026-05-20 22:08:57 +00:00
packages: move sharing logic from web to core; reuse in web
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I26cb6848615a5788f2196fc1675bc22d6a6a6964
This commit is contained in:
parent
8d7bd7bb05
commit
5482cd9df1
7 changed files with 481 additions and 1142 deletions
|
|
@ -65,7 +65,7 @@ const ComparisonView: Component<ComparisonViewProps> = props => {
|
|||
setRightEntry(right);
|
||||
}
|
||||
}
|
||||
if (props.initialLeftId !== null || props.initialRightId !== null) {
|
||||
if (props.initialLeftId != null || props.initialRightId != null) {
|
||||
props.onInitialSelectionUsed?.();
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue